Remove unused import
This commit is contained in:
parent
ec74bc4362
commit
67fe96ef9e
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ impl<'a> BM<'a> {
|
||||||
* Subcommand: remove
|
* Subcommand: remove
|
||||||
*/
|
*/
|
||||||
fn command_remove(&self, matches: &ArgMatches) -> bool {
|
fn command_remove(&self, matches: &ArgMatches) -> bool {
|
||||||
use ansi_term::Colour::{Green, Yellow, Red};
|
use ansi_term::Colour::{Green, Red};
|
||||||
|
|
||||||
let parser = Parser::new(JsonHeaderParser::new(None));
|
let parser = Parser::new(JsonHeaderParser::new(None));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue