Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
moshababo committed Nov 1, 2023
1 parent 40faa1f commit 93999ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/libs/crypto/src/bn254/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use ark_ec::{
use ark_serialize::{CanonicalDeserialize, CanonicalSerialize};
pub use error::Error;
use num_traits::Zero as _;
use std::{collections::HashMap, fmt::Debug};
use std::{collections::HashMap};

#[doc(hidden)]
pub mod error;
Expand Down

0 comments on commit 93999ce

Please sign in to comment.