fix: Correctly import get_meta_plugin in status mode

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-03 08:55:56 -03:00
parent 7f10d615b2
commit eef4996ed3

View File

@@ -15,7 +15,7 @@ use prettytable::format::consts::{FORMAT_NO_BORDER_LINE_SEPARATOR};
use crate::common::status::{PathInfo, CompressionInfo};
use crate::meta_plugin::MetaPluginType;
use crate::meta_plugin;
use crate::meta_plugin::get_meta_plugin;
fn build_path_table(path_info: &PathInfo) -> Table {
let mut path_table = Table::new();