Browse Source

Get rid of extraneous imports

Samuel W. Flint 3 years ago
parent
commit
f7be4baa40
1 changed files with 1 additions and 7 deletions
  1. 1 7
      src/lib/run.rs

+ 1 - 7
src/lib/run.rs

@@ -1,11 +1,5 @@
 use clap::Values;
-use crate::lib::{
-    config::Config,
-    repository::Repository,
-    group::Group,
-    repotype::RepoType,
-    action::Action
-};
+use crate::lib::config::Config;
 
 use string_template::Template;