fix: add missing format_size and ColumnType imports

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 14:07:31 -03:00
parent d5f9adc3ae
commit 134731ca5c

View File

@@ -1,3 +1,4 @@
use crate::modes::common::format_size;
use anyhow::anyhow;
use clap::error::ErrorKind;
use clap::Command;