deleted unused import

This commit is contained in:
arrelin
2025-12-11 13:29:45 +03:00
parent fa757671d8
commit 74d55c43fd
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ utoipa-swagger-ui = { version = "8.0", features = ["axum"] }
axum-login = "0.15"
tower-sessions = "0.12"
tower-sessions-sqlx-store = { version = "0.12", features = ["postgres"] }
sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls"] }
argon2 = "0.5"
async-trait = "0.1"
thiserror = "2.0"