Remove unused import

This commit is contained in:
Matthias Beyer 2016-01-05 16:36:04 +01:00
parent 1ddbaae9e0
commit 4f8886f3c7

View file

@ -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.