From 41b3a03e8027aa10cabb9b9795b0750f21dd6d3f Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Mon, 7 Jul 2025 20:59:50 +0300 Subject: [PATCH] fix: tests --- tests/handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]