fix(style): remove unused imports

This commit is contained in:
Brooks J Rady 2021-11-27 15:35:37 +00:00
parent 1725075cbb
commit 7cb165f0c2

View file

@ -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,
};