fix: remove unused imports and dead code

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-12 15:34:57 -03:00
parent 46fff9464f
commit 13f7e7e095
4 changed files with 2 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ pub mod item;
pub mod status;
use axum::{
routing::{get, post, delete},
routing::get,
Router,
};