mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:31:14 -03:00
Remove unused import
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::input::{input_mappings, Inputter, DEFAULT_BIND_MODE};
|
||||
use crate::input_common::{terminal_protocols_enable_scoped, CharEvent, ReadlineCmd};
|
||||
use crate::input_common::{CharEvent, ReadlineCmd};
|
||||
use crate::key::Key;
|
||||
use crate::parser::Parser;
|
||||
use crate::tests::prelude::*;
|
||||
|
||||
Reference in New Issue
Block a user