Skip to content

Commit 4c83840

Browse files
committed
chore: clippy
1 parent 31dc43e commit 4c83840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processor/snapshot/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use async_trait::async_trait;
99
use ethers::types::{Address, H256, U256, U64};
1010
use eyre::Result;
1111
use state_reconstruct_fetcher::{
12-
constants::{ethereum, storage, zksync::L2_BLOCK_NUMBER_ADDRESSES},
12+
constants::{storage, zksync::L2_BLOCK_NUMBER_ADDRESSES},
1313
types::CommitBlock,
1414
};
1515
use state_reconstruct_storage::{

0 commit comments

Comments
 (0)