diff --git a/tests/handler.rs b/tests/handler.rs index aa309e3..b637e2d 100644 --- a/tests/handler.rs +++ b/tests/handler.rs @@ -1,4 +1,4 @@ -use crossterm::event::{KeyCode, KeyEvent, KeyModifiers}; +use crossterm::event::{KeyCode, KeyEvent}; use traxor::{app::action::Action, handler::get_action, app::App, config::Config}; #[test]