Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jul 24, 2024
1 parent 6f679e8 commit 7362371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use ratatui::{
style::Color,
symbols::Marker,
widgets::{
canvas::{Canvas, Painter, Rectangle, Shape},
canvas::{Canvas, Painter, Shape},
Block, BorderType, Padding, Widget,
},
Terminal,
Expand Down

0 comments on commit 7362371

Please sign in to comment.