fix: remove unused imports and adjust common module re-exports

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 14:06:23 -03:00
parent e0e00f13af
commit d5f9adc3ae
3 changed files with 2 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
use crate::Alignment;
use crate::modes::common::ColumnType;
use crate::db::{
get_item, get_item_last, get_items, get_items_matching, get_item_tags, get_item_meta, Item, Meta, Tag,
@@ -64,7 +63,6 @@ pub fn mode_list(
table.set_format(*prettytable::format::consts::FORMAT_CLEAN);
let list_format = args.options.list_format.split(",");
use crate::modes::common::ColumnType;
let mut title_row = row!();