Skip to content

Commit

Permalink
chore(sequencing): remove unused tokio import
Browse files Browse the repository at this point in the history
commit-id:7ee4a49b
  • Loading branch information
Itay-Tsabary-Starkware committed Dec 18, 2024
1 parent 8fb7fb5 commit 516ca1b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use papyrus_protobuf::consensus::{ConsensusMessage, ProposalFin, ProposalInit};
use starknet_api::block::{BlockHash, BlockNumber};
use starknet_types_core::felt::Felt;
use test_case::test_case;
use tokio;

use super::SingleHeightConsensus;
use crate::config::TimeoutsConfig;
Expand Down

0 comments on commit 516ca1b

Please sign in to comment.