Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun committed Sep 15, 2023
1 parent 2dd432c commit c41b645
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions consensus/src/dag/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use super::{
};
use crate::{
dag::{adapter::NotifierAdapter, dag_fetcher::DagFetcher},
experimental::{buffer_manager::OrderedBlocks, commit_reliable_broadcast::DropGuard},
experimental::buffer_manager::OrderedBlocks,
network::IncomingDAGRequest,
state_replication::{PayloadClient, StateComputer},
};
Expand All @@ -36,10 +36,6 @@ use aptos_types::{
ledger_info::{LedgerInfo, LedgerInfoWithSignatures},
validator_signer::ValidatorSigner,
};
use futures::{
stream::{AbortHandle, Abortable},
FutureExt, StreamExt,
};
use futures_channel::{
mpsc::{UnboundedReceiver, UnboundedSender},
oneshot,
Expand Down

0 comments on commit c41b645

Please sign in to comment.