diff --git a/src/module/helpers/utils.rs b/src/module/helpers/utils.rs index c4cf281f..3e39813a 100644 --- a/src/module/helpers/utils.rs +++ b/src/module/helpers/utils.rs @@ -4,8 +4,6 @@ pub mod cli { use clap::ArgMatches; - use runtime::Runtime; - /** * Get a commandline option "tags" and split the argument by "," to be able to provide a * Vec with the argument as array.