Skip to content

Commit bd861d4

Browse files
committed
style(datasets): drop redundant Stylize import in update path
1 parent 36c7940 commit bd861d4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/datasets.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,6 @@ pub fn update(
537537
}
538538
None => {
539539
println!("table_name: {}", d.table_name);
540-
use crossterm::style::Stylize;
541540
eprintln!(
542541
"{}",
543542
format!(

0 commit comments

Comments
 (0)