aboutsummaryrefslogtreecommitdiffstats
path: root/crates/router/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/router/src/state.rs')
-rw-r--r--crates/router/src/state.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/crates/router/src/state.rs b/crates/router/src/state.rs
index 4ede2de..a0d9228 100644
--- a/crates/router/src/state.rs
+++ b/crates/router/src/state.rs
@@ -8,12 +8,10 @@ use tracing::error;
use warden_core::configuration::routing::{
RoutingConfiguration, query_routing_client::QueryRoutingClient,
};
+use warden_middleware::grpc::interceptor::{Intercepted, MyInterceptor};
use warden_stack::Configuration;
-use crate::{
- cnfg::LocalConfig,
- processor::grpc::interceptor::{Intercepted, MyInterceptor},
-};
+use crate::cnfg::LocalConfig;
#[derive(Clone)]
pub struct Services {