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 super::Setup;
|
||||||
use crate::input::{
|
use crate::input::{
|
||||||
config::{Config, ConfigError},
|
config::{Config, ConfigError},
|
||||||
keybinds::Keybinds,
|
layout::LayoutFromYamlIntermediate,
|
||||||
layout::{LayoutFromYaml, LayoutFromYamlIntermediate},
|
|
||||||
options::Options,
|
options::Options,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue