style: remove unused sqlx import in server/mod.rs
Some checks failed
CI / Check (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Formatting (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Release Build (push) Has been cancelled

This commit is contained in:
2026-03-05 18:45:25 +00:00
parent fc5d3ed636
commit 1067ceaecd

View File

@@ -7,7 +7,6 @@ use axum::{
}; };
use futures::StreamExt; use futures::StreamExt;
use sqlx;
use std::sync::Arc; use std::sync::Arc;
use uuid::Uuid; use uuid::Uuid;
use tracing::{info, warn}; use tracing::{info, warn};