From 7c8d97c06e982db1798fbf413467c0e49501fbc5 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Wed, 25 Jan 2023 14:26:01 +0100 Subject: [PATCH] remove unused import --- .../network/src/beacon_processor/work_reprocessing_queue.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/network/src/beacon_processor/work_reprocessing_queue.rs b/beacon_node/network/src/beacon_processor/work_reprocessing_queue.rs index debfaa478..d7cede9ee 100644 --- a/beacon_node/network/src/beacon_processor/work_reprocessing_queue.rs +++ b/beacon_node/network/src/beacon_processor/work_reprocessing_queue.rs @@ -32,7 +32,7 @@ use tokio::time::error::Error as TimeError; use tokio_util::time::delay_queue::{DelayQueue, Key as DelayKey}; use types::{ Attestation, EthSpec, Hash256, LightClientOptimisticUpdate, SignedAggregateAndProof, - SignedBeaconBlock, SubnetId, + SubnetId, }; const TASK_NAME: &str = "beacon_processor_reprocess_queue";