fix: remove unused imports in imphnen-hackathon
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
11442c6285
commit
5715e75593
@@ -1,4 +1,4 @@
|
||||
use axum::{middleware::from_fn, routing::{delete, get, post}, Extension, Router};
|
||||
use axum::{middleware::from_fn, routing::{delete, get}, Extension, Router};
|
||||
use sqlx::PgPool;
|
||||
use std::sync::Arc;
|
||||
use crate::chat::application::chat_service::ChatServiceImpl;
|
||||
|
||||
Reference in New Issue
Block a user