Skip to content

Commit

Permalink
Lintfix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Nov 27, 2024
1 parent 47ca64c commit 19e11f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
use clap::ArgMatches;
use colored::Colorize;
use libsysinspect::{
cfg::{
mmconf::{MasterConfig, MinionConfig},
select_config,
},
cfg::{mmconf::MasterConfig, select_config},
inspector::SysInspectRunner,
logger,
reactor::handlers,
Expand Down

0 comments on commit 19e11f6

Please sign in to comment.