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 114c1f8 commit 34611e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions curves/bn254/src/fields/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ use ark_ff::{
fields::{FftField, Field, Fp6Config, PrimeField},
One, UniformRand, Zero,
};
use ark_std::{
cmp::Ordering,
ops::{AddAssign, MulAssign},
};
use ark_std::{cmp::Ordering, ops::MulAssign};

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

Expand Down

0 comments on commit 34611e3

Please sign in to comment.