Remove redundant imports

This commit is contained in:
Kitaiti Makoto
2021-01-15 22:35:19 +09:00
parent cb05571339
commit 012c8d2026
15 changed files with 0 additions and 20 deletions
-1
View File
@@ -10,7 +10,6 @@ use plume_common::{
activity_pub::{inbox::FromId, Id},
utils::MediaProcessor,
};
use reqwest;
use std::{fs, path::Path};
#[derive(Clone, Identifiable, Queryable)]