summaryrefslogtreecommitdiffstats
path: root/crates/auth-service/src/server/grpc
diff options
context:
space:
mode:
Diffstat (limited to 'crates/auth-service/src/server/grpc')
-rw-r--r--crates/auth-service/src/server/grpc/interceptor.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/auth-service/src/server/grpc/interceptor.rs b/crates/auth-service/src/server/grpc/interceptor.rs
index 155a306..bc0bc07 100644
--- a/crates/auth-service/src/server/grpc/interceptor.rs
+++ b/crates/auth-service/src/server/grpc/interceptor.rs
@@ -3,7 +3,6 @@ use tonic::{
service::{Interceptor, interceptor::InterceptedService},
transport::Channel,
};
-use tracing::Span;
pub type Intercepted = InterceptedService<Channel, MyInterceptor>;