chore: remove some unnecessary direct imports (#13934)

This commit is contained in:
Dan Cline
2025-01-22 16:08:48 -05:00
committed by GitHub
parent 6c762565b8
commit f64dd8a977
6 changed files with 21 additions and 23 deletions

View File

@ -158,9 +158,7 @@ where
&self,
_peer_id: PeerId,
request: GetBlockBodies,
response: oneshot::Sender<
RequestResult<BlockBodies<<C::Block as reth_primitives_traits::Block>::Body>>,
>,
response: oneshot::Sender<RequestResult<BlockBodies<<C::Block as Block>::Body>>>,
) {
self.metrics.eth_bodies_requests_received_total.increment(1);
let mut bodies = Vec::new();