Remove unused import
This commit is contained in:
parent
1ddbaae9e0
commit
4f8886f3c7
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@
|
||||||
pub mod cli {
|
pub mod cli {
|
||||||
use clap::ArgMatches;
|
use clap::ArgMatches;
|
||||||
|
|
||||||
use runtime::Runtime;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a commandline option "tags" and split the argument by "," to be able to provide a
|
* Get a commandline option "tags" and split the argument by "," to be able to provide a
|
||||||
* Vec<String> with the argument as array.
|
* Vec<String> with the argument as array.
|
||||||
|
|
Loading…
Reference in a new issue