Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Oct 9, 2024
1 parent 617c605 commit 52495e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/bitcoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use std::{
time::{Duration, Instant},
};

use crate::log_provider::LogPathProvider;
use anyhow::{bail, Context};
use async_trait::async_trait;
use bitcoin::Address;
Expand All @@ -22,7 +21,7 @@ use super::{
traits::{NodeT, Restart, SpawnOutput},
Result,
};
use crate::node::NodeKind;
use crate::{log_provider::LogPathProvider, node::NodeKind};

pub const FINALITY_DEPTH: u64 = 8;

Expand Down
1 change: 0 additions & 1 deletion src/framework.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ impl TestFramework {
.with_light_client_prover
.then(|| LogPathProvider::as_erased(&self.ctx.config.light_client_prover)),
])
.into_iter()
.flatten()
.collect()
}
Expand Down

0 comments on commit 52495e4

Please sign in to comment.