Remove unnecessary using statements (#2727)

This commit is contained in:
Utkarsh Umesan Pillai 2021-12-14 12:56:18 -08:00 committed by GitHub
parent c470e3761a
commit 87f66d3845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -15,7 +15,6 @@
// </copyright> // </copyright>
using CommandLine; using CommandLine;
using OpenTelemetry.Exporter;
namespace Examples.Console namespace Examples.Console
{ {

View File

@ -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;

View File

@ -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;