chore: move prettytable color import to correct position

This commit is contained in:
Andrew Phillips
2025-05-10 13:18:31 -03:00
committed by Andrew Phillips (aider)
parent d9c38ffe77
commit f0b93e37fe

View File

@@ -3,10 +3,10 @@ use crate::Alignment;
use crate::db::{get_item, get_item_last, get_items, get_items_matching, Item, Meta, Tag};
use crate::modes::common::{format_size, get_format_box_chars_no_border_line_separator};
use crate::modes::common::{size_column, string_column};
use prettytable::color;
use prettytable::row;
use prettytable::{Attr, Cell, Row, Table};
use rusqlite::Connection;
use prettytable::color;
pub fn mode_list(
cmd: &mut Command,