Skip to content

Commit

Permalink
update: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
heemankv committed Nov 9, 2024
1 parent 4cbb3a1 commit ef3127c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/settlement-clients/ethereum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use color_eyre::eyre::{bail, eyre, Ok};
use color_eyre::Result;
use conversion::{get_input_data_for_eip_4844, prepare_sidecar};
use settlement_client_interface::{SettlementClient, SettlementVerificationStatus};
#[cfg(feature = "testing")]
use url::Url;
#[cfg(feature = "testing")]
use utils::env_utils::get_env_var_or_panic;
Expand Down Expand Up @@ -62,8 +61,6 @@ lazy_static! {
.expect("Error loading trusted setup file");
}

use url::Url;

#[derive(Clone, Debug)]
pub struct EthereumSettlementValidatedArgs {
pub ethereum_rpc_url: Url,
Expand Down

0 comments on commit ef3127c

Please sign in to comment.