Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Nov 16, 2024
1 parent 4391804 commit 65e6305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merkle-tree/indexed/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use light_indexed_merkle_tree::{
};
use light_utils::bigint::bigint_to_be_bytes_array;
use num_bigint::{BigUint, RandBigInt, ToBigUint};
use num_traits::{FromBytes, FromPrimitive, Num};
use num_traits::{FromBytes, Num};
use rand::thread_rng;
use thiserror::Error;

Expand Down

0 comments on commit 65e6305

Please sign in to comment.