fix: remove unused http::StatusCode import

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-29 12:16:35 -03:00
parent 8005f9baf0
commit e0536506b9

View File

@@ -4,7 +4,6 @@ use anyhow::Result;
use axum::{ use axum::{
extract::{Path, Query, State}, extract::{Path, Query, State},
response::{Html, Response}, response::{Html, Response},
http::StatusCode,
}; };
use rusqlite::Connection; use rusqlite::Connection;
use serde::Deserialize; use serde::Deserialize;