Skip to content

Commit

Permalink
chore: fix unused import breaking test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jan 8, 2024
1 parent 0e6c03e commit 24d100d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ferveo/src/dkg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ pub(crate) mod test_common {
use std::str::FromStr;

pub use ark_bls12_381::Bls12_381 as E;
pub use ark_ff::UniformRand;
use ferveo_common::Keypair;

pub use super::*;
Expand Down

0 comments on commit 24d100d

Please sign in to comment.