diff --git a/src/modes/list.rs b/src/modes/list.rs index bc95c4d..80d2fef 100644 --- a/src/modes/list.rs +++ b/src/modes/list.rs @@ -6,7 +6,7 @@ use crate::modes::common::{size_column, string_column}; use prettytable::row; use prettytable::{Attr, Cell, Row, Table}; use rusqlite::Connection; -use std::io::ErrorKind; +use prettytable::color; pub fn mode_list( cmd: &mut Command,