fix: remove unused import in status module

Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-07-29 13:59:07 -03:00
parent 71a37063a4
commit cd092ab3ea

View File

@@ -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();