Remove unused macro imports
This commit is contained in:
@@ -29,7 +29,7 @@ use std::sync::Arc;
|
|||||||
|
|
||||||
use bitcoin::Network;
|
use bitcoin::Network;
|
||||||
use clap::AppSettings;
|
use clap::AppSettings;
|
||||||
use log::{debug, error, info, trace, warn, LevelFilter};
|
use log::{debug, info, warn, LevelFilter};
|
||||||
use rustyline::error::ReadlineError;
|
use rustyline::error::ReadlineError;
|
||||||
use rustyline::Editor;
|
use rustyline::Editor;
|
||||||
use structopt::StructOpt;
|
use structopt::StructOpt;
|
||||||
|
|||||||
Reference in New Issue
Block a user