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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user