From fe72eb5f494c404937f77310974f1770d298dc67 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Sat, 10 Sep 2022 11:17:02 -0700 Subject: [PATCH] chore(core): remove unused import --- ethers-core/src/types/trace/geth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;