chore(fmt): run clippy fix
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-20 17:23:19 +02:00
parent 1f13172ec0
commit ec483ce875
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -4,7 +4,6 @@ use async_sqlx_session::PostgresSessionStore;
use async_trait::async_trait;
use axum_sessions::async_session::{Session as AxumSession, SessionStore as AxumSessionStore};
use serde::{Deserialize, Serialize};
use sqlx::PgPool;
use crate::{AuthClap, SessionBackend};