mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 15:38:41 +08:00
Remove unused import
This commit is contained in:
parent
473191b708
commit
405c9c6aaf
|
@ -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::*;
|
||||
|
|
Loading…
Reference in New Issue
Block a user