Skip to content

Commit 51b8d2a

Browse files
committed
Remove unused import
1 parent aa3eda7 commit 51b8d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/watch/terminal_event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crossterm::event::{self, Event, KeyCode, KeyEventKind, KeyModifiers};
1+
use crossterm::event::{self, Event, KeyCode, KeyEventKind};
22
use std::sync::mpsc::Sender;
33

44
use super::WatchEvent;

0 commit comments

Comments
 (0)