mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-24 20:41:01 +00:00
remove redundant use statements
This commit is contained in:
parent
41f97b01f0
commit
b596e77f03
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
use async_trait;
|
|
||||||
use rocket::http::ContentType;
|
use rocket::http::ContentType;
|
||||||
use rocket::response::Content;
|
use rocket::response::Content;
|
||||||
use serde_json;
|
|
||||||
use webfinger::*;
|
use webfinger::*;
|
||||||
|
|
||||||
use plume_models::{ap_url, blogs::Blog, users::User, PlumeRocket, CONFIG};
|
use plume_models::{ap_url, blogs::Blog, users::User, PlumeRocket, CONFIG};
|
||||||
|
|
Loading…
Reference in a new issue