remove redundant use statements

This commit is contained in:
Mina Galić 2020-05-25 20:00:57 +02:00
parent 41f97b01f0
commit b596e77f03
No known key found for this signature in database
GPG key ID: ACFEFF7F6A123A86

View file

@ -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};