Skip to content

Commit

Permalink
Fix redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Apr 12, 2024
1 parent e308acd commit 8691e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/src/secret_sharing/vector/transpose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ mod tests {
};

use super::*;
use crate::{ff::ArrayAccess, secret_sharing::Vectorizable};
use crate::ff::ArrayAccess;

fn random_array<T, const N: usize>() -> [T; N]
where
Expand Down

0 comments on commit 8691e66

Please sign in to comment.