fix: no need for these imports
This commit is contained in:
parent
4a29049ce7
commit
dd5ebd6bd3
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
use ldap3::{LdapConn, Scope, SearchEntry};
|
||||
use skynet_ldap_backend::{db_init, get_config, Accounts, Config};
|
||||
use skynet_ldap_backend::{db_init, get_config, Config};
|
||||
use sqlx::{Pool, Sqlite};
|
||||
use tide::prelude::{Serialize, Deserialize};
|
||||
|
||||
|
|
Loading…
Reference in a new issue