Skip to content

Commit

Permalink
rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Nov 15, 2024
1 parent 34611e3 commit e4913f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions curves/bls12_377/src/fields/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ use ark_ff::{
fields::{FftField, Field, Fp6Config, PrimeField},
Fp384, One, UniformRand, Zero,
};
use ark_std::{
cmp::Ordering,
ops::{AddAssign, MulAssign},
test_rng,
};
use ark_std::{cmp::Ordering, ops::MulAssign, test_rng};

use crate::{Fq, Fq12, Fq2, Fq6, Fq6Config, Fr};

Expand Down

0 comments on commit e4913f9

Please sign in to comment.