Skip to content

Commit

Permalink
fix: unused import error
Browse files Browse the repository at this point in the history
  • Loading branch information
ermineJose committed Nov 20, 2024
1 parent 11d56ef commit 9e41b73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evmlib/src/testnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use alloy::providers::fillers::{
use alloy::providers::{Identity, ProviderBuilder, ReqwestProvider};
use alloy::signers::local::PrivateKeySigner;
use alloy::transports::http::{Client, Http};
use serde::de;

pub struct Testnet {
anvil: AnvilInstance,
Expand Down

0 comments on commit 9e41b73

Please sign in to comment.