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