Skip to content

Commit bc16dd4

Browse files
committed
Lint
1 parent 2c337ba commit bc16dd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/framework.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use std::{
55

66
use bitcoincore_rpc::RpcApi;
77
use tracing::{debug, info};
8+
use tracing_subscriber::{fmt, layer::SubscriberExt, util::SubscriberInitExt, EnvFilter};
89

910
use super::{
1011
bitcoin::BitcoinNodeCluster, config::TestConfig, docker::DockerEnv, full_node::FullNode,
@@ -225,8 +226,6 @@ impl TestFramework {
225226
}
226227
}
227228

228-
use tracing_subscriber::{fmt, layer::SubscriberExt, util::SubscriberInitExt, EnvFilter};
229-
230229
static INIT: Once = Once::new();
231230

232231
fn setup_logging() {

0 commit comments

Comments
 (0)