mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 13:31: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},
|
||||
Activity, CustomObject, Endpoint,
|
||||
};
|
||||
use activitystreams::{
|
||||
actor::AsApActor,
|
||||
object::{AsApObject, AsObject as _},
|
||||
prelude::*,
|
||||
};
|
||||
use activitystreams::{actor::AsApActor, object::AsObject as _, prelude::*};
|
||||
use chrono::{NaiveDateTime, Utc};
|
||||
use diesel::{self, BelongingToDsl, ExpressionMethods, OptionalExtension, QueryDsl, RunQueryDsl};
|
||||
use ldap3::{LdapConn, Scope, SearchEntry};
|
||||
|
|
Loading…
Reference in a new issue