Skip to content

Commit

Permalink
merge branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Jan 8, 2025
1 parent 8ee078c commit e5e3315
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/hotshot/src/traits/networking/push_cdn_network/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub mod metrics;

#[cfg(feature = "hotshot-testing")]
use std::sync::atomic::{AtomicBool, Ordering};
use std::{collections::VecDeque, marker::PhantomData, sync::Arc};
use std::{collections::VecDeque, sync::Arc};
#[cfg(feature = "hotshot-testing")]
use std::{path::Path, time::Duration};

Expand Down Expand Up @@ -45,7 +45,6 @@ use hotshot_types::{
BoxSyncFuture,
};
use metrics::CdnMetricsValue;
use num_enum::{IntoPrimitive, TryFromPrimitive};
use parking_lot::Mutex;
#[cfg(feature = "hotshot-testing")]
use rand::{rngs::StdRng, RngCore, SeedableRng};
Expand Down

0 comments on commit e5e3315

Please sign in to comment.