remove redundant use statements

go/async
Mina Galić 4 years ago
parent 41f97b01f0
commit b596e77f03
Signed by untrusted user: igalic
GPG Key ID: ACFEFF7F6A123A86

@ -1,7 +1,5 @@
use async_trait;
use rocket::http::ContentType;
use rocket::response::Content;
use serde_json;
use webfinger::*;
use plume_models::{ap_url, blogs::Blog, users::User, PlumeRocket, CONFIG};

Loading…
Cancel
Save