summaryrefslogtreecommitdiffstats
path: root/crates/auth/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/auth/src/main.rs')
-rw-r--r--crates/auth/src/main.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/crates/auth/src/main.rs b/crates/auth/src/main.rs
index 72f991f..53a18dd 100644
--- a/crates/auth/src/main.rs
+++ b/crates/auth/src/main.rs
@@ -16,11 +16,7 @@ use tonic::service::Routes;
use tower::{make::Shared, steer::Steer};
use tracing::{info, trace};
-use crate::{
- error::AppError,
- server::{grpc::interceptor::MyInterceptor, routes::authorised::AuthRequest},
- state::AppState,
-};
+use crate::{error::AppError, server::grpc::interceptor::MyInterceptor, state::AppState};
/// auth-service
#[derive(Parser, Debug)]