Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Apr 17, 2024
1 parent 44ae67e commit 28b07f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{
},
};
use colored::{Colorize, CustomColor};
use log::{info, warn};
use log::warn;
use tabled::{
builder::Builder,
settings::{Alignment, Style},
Expand Down

0 comments on commit 28b07f9

Please sign in to comment.