Skip to content

Commit 31f6cf7

Browse files
committed
fix: remove unused imports
1 parent 98e4223 commit 31f6cf7

File tree

1 file changed

+2
-2
lines changed
  • aggregation_mode/src/backend

1 file changed

+2
-2
lines changed

aggregation_mode/src/backend/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ use crate::aggregators::{
1111
};
1212

1313
use alloy::{
14-
consensus::{Blob, BlobTransactionSidecar},
14+
consensus::{BlobTransactionSidecar},
1515
eips::eip4844::BYTES_PER_BLOB,
1616
hex,
1717
network::EthereumWallet,
18-
primitives::{Address, FixedBytes},
18+
primitives::{Address},
1919
providers::{PendingTransactionError, ProviderBuilder},
2020
rpc::types::TransactionReceipt,
2121
signers::local::LocalSigner,

0 commit comments

Comments
 (0)