From 4c8261fd65ede2ffd3ecf8fd7164a9359f38c63a Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed Date: Mon, 15 Aug 2022 13:40:16 +0100 Subject: [PATCH] Fix warning --- .../Destructurers/RpcExceptionDestructurerTest.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/Serilog.Exceptions.Test/Destructurers/RpcExceptionDestructurerTest.cs b/Tests/Serilog.Exceptions.Test/Destructurers/RpcExceptionDestructurerTest.cs index c87aa737..7028391d 100644 --- a/Tests/Serilog.Exceptions.Test/Destructurers/RpcExceptionDestructurerTest.cs +++ b/Tests/Serilog.Exceptions.Test/Destructurers/RpcExceptionDestructurerTest.cs @@ -1,7 +1,5 @@ namespace Serilog.Exceptions.Test.Destructurers; -using System; -using System.Net; using global::Grpc.Core; using Serilog.Exceptions.Core; using Serilog.Exceptions.Grpc.Destructurers;