We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b28c91 commit 0cd04d0Copy full SHA for 0cd04d0
1 file changed
document_manager/src/endpoints/filter.rs
@@ -3,7 +3,7 @@ use actix_web::http::StatusCode;
3
use actix_web_lab::extract as exlab;
4
use log::info;
5
use serde::{Deserialize, Serialize};
6
-use utoipa::{IntoParams, IntoResponses, ToSchema};
+use utoipa::{IntoParams, ToSchema};
7
use uuid::Uuid;
8
9
use crate::config::DbPool;
0 commit comments