diff --git a/src/modes/status.rs b/src/modes/status.rs index 13b59e4..eabfa0e 100644 --- a/src/modes/status.rs +++ b/src/modes/status.rs @@ -16,7 +16,6 @@ use prettytable::{Attr, Cell, Row, Table}; use crate::meta_plugin; use crate::meta_plugin::MetaPluginType; -use crate::meta_plugin::get_meta_plugin; fn build_path_table(data_path: PathBuf, db_path: PathBuf) -> Table { let mut path_table = Table::new();