chore: remove outdated as _; imports (#13744)

This commit is contained in:
Dan Cline
2025-01-08 23:32:51 -05:00
committed by GitHub
parent fd092a267e
commit d0684cf8bb
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,6 @@ pub use reth_execution_errors::{
BlockExecutionError, BlockValidationError, InternalBlockExecutionError,
};
pub use reth_execution_types::{BlockExecutionOutput, ExecutionOutcome};
use reth_primitives_traits::Block as _;
pub use reth_storage_errors::provider::ProviderError;
use crate::{system_calls::OnStateHook, TxEnvOverrides};
@ -19,6 +18,7 @@ use alloy_primitives::{
use core::fmt::Display;
use reth_consensus::ConsensusError;
use reth_primitives::{BlockWithSenders, NodePrimitives, Receipt};
use reth_primitives_traits::Block;
use reth_prune_types::PruneModes;
use reth_revm::batch::BlockBatchRecord;
use revm::{