fix: Add missing TableFormat and function imports to resolve compilation errors

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 12:51:53 -03:00
parent bc85cdac6c
commit 1ce5909f7b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
use humansize::{FormatSizeOptions, BINARY};
use log::debug;
use prettytable::format::TableFormat; // Add missing import
use regex::Regex;
use std::collections::HashMap;
use std::env;