Remove unused import
This commit is contained in:
parent
e925865767
commit
249fbbe891
@ -11,11 +11,7 @@ use activitypub::{
|
|||||||
object::{Image, Tombstone},
|
object::{Image, Tombstone},
|
||||||
Activity, CustomObject, Endpoint,
|
Activity, CustomObject, Endpoint,
|
||||||
};
|
};
|
||||||
use activitystreams::{
|
use activitystreams::{actor::AsApActor, object::AsObject as _, prelude::*};
|
||||||
actor::AsApActor,
|
|
||||||
object::{AsApObject, AsObject as _},
|
|
||||||
prelude::*,
|
|
||||||
};
|
|
||||||
use chrono::{NaiveDateTime, Utc};
|
use chrono::{NaiveDateTime, Utc};
|
||||||
use diesel::{self, BelongingToDsl, ExpressionMethods, OptionalExtension, QueryDsl, RunQueryDsl};
|
use diesel::{self, BelongingToDsl, ExpressionMethods, OptionalExtension, QueryDsl, RunQueryDsl};
|
||||||
use ldap3::{LdapConn, Scope, SearchEntry};
|
use ldap3::{LdapConn, Scope, SearchEntry};
|
||||||
|
Loading…
Reference in New Issue
Block a user