fix(style): remove unused imports
This commit is contained in:
parent
1725075cbb
commit
7cb165f0c2
1 changed files with 1 additions and 2 deletions
|
|
@ -392,8 +392,7 @@ mod setup_test {
|
|||
use super::Setup;
|
||||
use crate::input::{
|
||||
config::{Config, ConfigError},
|
||||
keybinds::Keybinds,
|
||||
layout::{LayoutFromYaml, LayoutFromYamlIntermediate},
|
||||
layout::LayoutFromYamlIntermediate,
|
||||
options::Options,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue