chore: flatten more deps (#7824)

This commit is contained in:
Matthias Seitz
2024-04-23 21:06:12 +02:00
committed by GitHub
parent ce1e401d21
commit a8a434d2c4
3 changed files with 6 additions and 6 deletions

View File

@@ -712,8 +712,8 @@ mod tests {
use super::*;
use assert_matches::assert_matches;
use reth_beacon_consensus::BeaconEngineMessage;
use reth_ethereum_engine_primitives::EthEngineTypes;
use reth_interfaces::test_utils::generators::random_block;
use reth_node_ethereum::EthEngineTypes;
use reth_payload_builder::test_utils::spawn_test_payload_service;
use reth_primitives::{SealedBlock, B256, MAINNET};
use reth_provider::test_utils::MockEthProvider;