Skip to content

Commit

Permalink
chore: clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianvp committed Nov 19, 2024
1 parent 8cc4c0c commit ebe1418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libtonode-tests/tests/concrete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ fn check_view_capability_bounds(
}

mod fast {
use std::{fs::File, str::FromStr};
use std::str::FromStr;

use bip0039::Mnemonic;
use zcash_address::{AddressKind, ZcashAddress};
Expand All @@ -129,7 +129,7 @@ mod fast {
};
use zingo_status::confirmation_status::ConfirmationStatus;
use zingolib::{
config::{ZingoConfig, ZENNIES_FOR_ZINGO_REGTEST_ADDRESS},
config::ZENNIES_FOR_ZINGO_REGTEST_ADDRESS,
testutils::{
chain_generics::{conduct_chain::ConductChain, libtonode::LibtonodeEnvironment},
lightclient::{from_inputs, get_base_address},
Expand Down

0 comments on commit ebe1418

Please sign in to comment.