Remove unnecessary using statements (#2727)
This commit is contained in:
parent
c470e3761a
commit
87f66d3845
|
|
@ -15,7 +15,6 @@
|
||||||
// </copyright>
|
// </copyright>
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using OpenTelemetry;
|
|
||||||
using OpenTelemetry.Metrics;
|
using OpenTelemetry.Metrics;
|
||||||
|
|
||||||
internal static class MyExporterExtensions
|
internal static class MyExporterExtensions
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@
|
||||||
// </copyright>
|
// </copyright>
|
||||||
|
|
||||||
using CommandLine;
|
using CommandLine;
|
||||||
using OpenTelemetry.Exporter;
|
|
||||||
|
|
||||||
namespace Examples.Console
|
namespace Examples.Console
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -16,10 +16,8 @@
|
||||||
|
|
||||||
extern alias Prometheus;
|
extern alias Prometheus;
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Diagnostics.Metrics;
|
using System.Diagnostics.Metrics;
|
||||||
using System.IO;
|
|
||||||
using BenchmarkDotNet.Attributes;
|
using BenchmarkDotNet.Attributes;
|
||||||
using OpenTelemetry;
|
using OpenTelemetry;
|
||||||
using OpenTelemetry.Metrics;
|
using OpenTelemetry.Metrics;
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@
|
||||||
// </copyright>
|
// </copyright>
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics;
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue