refactor: remove unused imports from various files

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 13:59:04 -03:00
parent 412aa0f4cb
commit a955b2a0c6
4 changed files with 1 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ use prettytable::row;
use prettytable::{Attr, Cell, Row, Table};
use log::debug;
use anyhow::anyhow;
use rusqlite::Connection;
pub fn mode_list(
cmd: &mut clap::Command,