remove unnessary import

This commit is contained in:
Karl
2025-12-11 22:24:11 +08:00
parent fd3b778f04
commit 6a4e5eb409

View File

@@ -16,7 +16,7 @@ use crate::{
status::StatusMessage, BlockRangeUpdate, EthNetworkPrimitives, EthVersion, NetworkPrimitives,
RawCapabilityMessage, Receipts69, Receipts70, SharedTransactions,
};
use alloc::{boxed::Box, string::String, sync::Arc, vec::Vec};
use alloc::{boxed::Box, string::String, sync::Arc};
use alloy_primitives::{
bytes::{Buf, BufMut},
Bytes,