clippy appeasement

This commit is contained in:
Lennart
2025-12-30 19:08:58 +01:00
parent a7893ddbda
commit e0ba34baea

View File

@@ -2,10 +2,7 @@ use crate::{
SqliteStore, addressbook_store::SqliteAddressbookStore, calendar_store::SqliteCalendarStore,
principal_store::SqlitePrincipalStore,
};
use rustical_store::{
Secret,
auth::{AuthenticationProvider, Principal, PrincipalType},
};
use rustical_store::auth::{AuthenticationProvider, Principal, PrincipalType};
use sqlx::SqlitePool;
use tokio::sync::OnceCell;