diff --git a/evmlib/src/testnet.rs b/evmlib/src/testnet.rs index 57a9a12c4b..32323bc393 100644 --- a/evmlib/src/testnet.rs +++ b/evmlib/src/testnet.rs @@ -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,