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
@@ -19,7 +19,6 @@ use plume_common::{
},
utils::md_to_html,
};
use serde_json;
use std::collections::HashSet;
pub type LicensedArticle = CustomObject<Licensed, Article>;