Skip to content

Commit 52495e4

Browse files
committed
lint
1 parent 617c605 commit 52495e4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/bitcoin.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use std::{
66
time::{Duration, Instant},
77
};
88

9-
use crate::log_provider::LogPathProvider;
109
use anyhow::{bail, Context};
1110
use async_trait::async_trait;
1211
use bitcoin::Address;
@@ -22,7 +21,7 @@ use super::{
2221
traits::{NodeT, Restart, SpawnOutput},
2322
Result,
2423
};
25-
use crate::node::NodeKind;
24+
use crate::{log_provider::LogPathProvider, node::NodeKind};
2625

2726
pub const FINALITY_DEPTH: u64 = 8;
2827

src/framework.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ impl TestFramework {
122122
.with_light_client_prover
123123
.then(|| LogPathProvider::as_erased(&self.ctx.config.light_client_prover)),
124124
])
125-
.into_iter()
126125
.flatten()
127126
.collect()
128127
}

0 commit comments

Comments
 (0)