mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-29 23:11:02 +00:00
Remove unused import
This commit is contained in:
parent
e925865767
commit
249fbbe891
1 changed files with 1 additions and 5 deletions
|
@ -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 a new issue