Skip to content

Commit

Permalink
Cleanup usings
Browse files Browse the repository at this point in the history
  • Loading branch information
Falco20019 committed Nov 23, 2020
1 parent adebe6a commit 88fb792
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 21 deletions.
2 changes: 0 additions & 2 deletions src/Serilog.Sinks.Loki.ExampleWebApp/Models/ErrorViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;

namespace Serilog.Sinks.Loki.ExampleWebApp.Models
{
public class ErrorViewModel
Expand Down
8 changes: 1 addition & 7 deletions src/Serilog.Sinks.Loki.ExampleWebApp/Startup.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.HttpsPolicy;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
Expand Down
2 changes: 0 additions & 2 deletions src/Serilog.Sinks.Loki/ContextualLabels.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using Serilog.Core;

namespace Serilog.Sinks.Loki
{
/* public static class ContextualLabels
Expand Down
6 changes: 1 addition & 5 deletions src/Serilog.Sinks.Loki/DefaultLokiHttpClient.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace Serilog.Sinks.Loki
namespace Serilog.Sinks.Loki
{
public class DefaultLokiHttpClient : LokiHttpClient
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using JustEat.HttpClientInterception;
using Xunit;

namespace Serilog.Sinks.Loki.Tests
{
Expand Down
3 changes: 0 additions & 3 deletions test/Serilog.Sinks.Loki.Tests/Labels/LocalLabelsTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System.Linq;
using Newtonsoft.Json;
using Serilog.Sinks.Loki.Tests.Infrastructure;
using Shouldly;
using Xunit;

namespace Serilog.Sinks.Loki.Tests.Labels
Expand Down

0 comments on commit 88fb792

Please sign in to comment.