Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Jul 22, 2024
1 parent 6957598 commit 3827de0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/protocol/tests/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
//! to the number of cpus available. Note that these should be run in release mode to get a realistic
//! idea of how long things take in production.
use entropy_protocol::{
KeyParams, PartyId, SessionId, SessionId, SigningSessionInfo, ValidatorInfo,
};
use entropy_protocol::{KeyParams, PartyId, SessionId, SigningSessionInfo, ValidatorInfo};
use futures::future;
use rand_core::OsRng;
use serial_test::serial;
Expand Down

0 comments on commit 3827de0

Please sign in to comment.