Skip to content

Commit

Permalink
remove unused usings (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra authored Sep 28, 2021
1 parent c1c11cc commit a350e89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
namespace Microsoft.ApplicationInsights.AspNetCore.Tests.TelemetryInitializers
{
using System;
using System.Threading.Tasks;

using Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers;
using Microsoft.ApplicationInsights.AspNetCore.Tests.Helpers;
using Microsoft.ApplicationInsights.DataContracts;
using Microsoft.AspNetCore.Hosting;
using Xunit;
using Microsoft.AspNetCore.Http.Internal;
using Microsoft.AspNetCore.Http;

using Xunit;

public class WebSessionTelemetryInitializerTests
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
namespace Microsoft.ApplicationInsights.AspNetCore.Tests.TelemetryInitializers
{
using System;

using Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers;
using Microsoft.ApplicationInsights.AspNetCore.Tests.Helpers;
using Microsoft.ApplicationInsights.DataContracts;
using Xunit;
using Microsoft.AspNetCore.Http.Internal;
using Microsoft.AspNetCore.Http;

using Xunit;

public class WebUserTelemetryInitializerTests
{
[Fact]
Expand Down

0 comments on commit a350e89

Please sign in to comment.