diff --git a/crates/trie/db/tests/witness.rs b/crates/trie/db/tests/witness.rs index 8b9065a6ca98e..cc921f6570877 100644 --- a/crates/trie/db/tests/witness.rs +++ b/crates/trie/db/tests/witness.rs @@ -3,10 +3,10 @@ use alloy_primitives::{ keccak256, map::{HashMap, HashSet}, - Address, + Address, Bytes, B256, U256, }; use alloy_rlp::EMPTY_STRING_CODE; -use reth_primitives::{constants::EMPTY_ROOT_HASH, Account, Bytes, B256, U256}; +use reth_primitives::{constants::EMPTY_ROOT_HASH, Account}; use reth_provider::{test_utils::create_test_provider_factory, HashingWriter}; use reth_trie::{proof::Proof, witness::TrieWitness, HashedPostState, HashedStorage, StateRoot}; use reth_trie_db::{DatabaseProof, DatabaseStateRoot, DatabaseTrieWitness};