summaryrefslogtreecommitdiffstats
path: root/src/joshuto/command/tab_switch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/joshuto/command/tab_switch.rs')
-rw-r--r--src/joshuto/command/tab_switch.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/joshuto/command/tab_switch.rs b/src/joshuto/command/tab_switch.rs
index b1526c4..66800fa 100644
--- a/src/joshuto/command/tab_switch.rs
+++ b/src/joshuto/command/tab_switch.rs
@@ -1,7 +1,4 @@
-use std;
-
-use joshuto::command::JoshutoCommand;
-use joshuto::command::JoshutoRunnable;
+use joshuto::command::{JoshutoCommand, JoshutoRunnable};
use joshuto::context::JoshutoContext;
use joshuto::ui;