Skip to content

Commit

Permalink
removing unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminsavage committed Apr 2, 2024
1 parent 17c6a95 commit b0165b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ where
mod test {
use generic_array::{sequence::GenericSequence, GenericArray};
use rand::{thread_rng, Rng};
use typenum::{U64, U8};
use typenum::U8;

use super::{compute_hash, Hash};
use crate::{
Expand Down

0 comments on commit b0165b7

Please sign in to comment.