Skip to content

Commit 7362371

Browse files
committed
Remove redundant import
1 parent 6f679e8 commit 7362371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/display.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use ratatui::{
1313
style::Color,
1414
symbols::Marker,
1515
widgets::{
16-
canvas::{Canvas, Painter, Rectangle, Shape},
16+
canvas::{Canvas, Painter, Shape},
1717
Block, BorderType, Padding, Widget,
1818
},
1919
Terminal,

0 commit comments

Comments
 (0)