diff --git a/cli/src/format.rs b/cli/src/format.rs index d5f0c77de..d638a82cf 100644 --- a/cli/src/format.rs +++ b/cli/src/format.rs @@ -13,7 +13,7 @@ use phylum_types::types::package::{ }; use phylum_types::types::project::ProjectSummaryResponse; use prettytable::format::Alignment; -use prettytable::{cell, color as table_color, row, table, Attr, Cell, Row, Table}; +use prettytable::{color as table_color, row, table, Attr, Cell, Row, Table}; use serde::Serialize; use unicode_width::UnicodeWidthStr;