mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Remove unused import
This commit is contained in:
parent
473191b708
commit
405c9c6aaf
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue