fix: resolve compilation errors by adding missing ErrorKind import and removing unused imports

Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-10 11:34:44 -03:00
parent 0d1ae9ff12
commit 7c1c5bd9c9
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ use crate::compression_engine::CompressionType;
use crate::meta_plugin::MetaPluginType;
use clap::Command;
use clap::error::ErrorKind;
use humansize::{BINARY, FormatSizeOptions};
use log::debug;
use prettytable::format::TableFormat;
use regex::Regex;