diff --git a/src/http/routers/v1/v1_integrations.rs b/src/http/routers/v1/v1_integrations.rs index 6cb1839c3..d67469a61 100644 --- a/src/http/routers/v1/v1_integrations.rs +++ b/src/http/routers/v1/v1_integrations.rs @@ -1,4 +1,3 @@ -use std::borrow::Cow; use std::path::PathBuf; use std::sync::Arc; use axum::Extension;