diff --git a/ethers-core/src/types/trace/geth.rs b/ethers-core/src/types/trace/geth.rs index 47ecf4dd..e6dd53ec 100644 --- a/ethers-core/src/types/trace/geth.rs +++ b/ethers-core/src/types/trace/geth.rs @@ -1,4 +1,4 @@ -use crate::types::{Bytes, H160, H256, U256}; +use crate::types::{Bytes, H256, U256}; use serde::{Deserialize, Serialize}; use std::collections::BTreeMap;