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;