fix: Correctly parse MetaPluginType from string and remove unused import

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:52:50 -03:00
parent 3a90c12dc2
commit 738af256b0
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
use clap::*;
use is_terminal::IsTerminal;
use std::path::PathBuf;
use std::str::FromStr;
use log::debug;
use crate::modes::common::{get_format_box_chars_no_border_line_separator, OutputFormat};