Remove redundant imports

This commit is contained in:
therealyingtong 2021-03-25 14:59:08 +08:00
parent 6cc957e998
commit 21060393fe
5 changed files with 0 additions and 5 deletions

View File

@ -53,7 +53,6 @@ mod tests {
arithmetic::{CurveAffine, FieldExt},
pasta::pallas,
};
use rand;
#[test]
fn generator() {

View File

@ -53,7 +53,6 @@ mod tests {
arithmetic::{CurveAffine, FieldExt},
pasta::pallas,
};
use rand;
#[test]
fn generator() {

View File

@ -51,7 +51,6 @@ mod tests {
arithmetic::{CurveAffine, CurveExt, FieldExt},
pasta::pallas,
};
use rand;
#[test]
fn generator() {

View File

@ -53,7 +53,6 @@ mod tests {
arithmetic::{CurveAffine, CurveExt, FieldExt},
pasta::pallas,
};
use rand;
#[test]
fn generator() {

View File

@ -53,7 +53,6 @@ mod tests {
arithmetic::{CurveAffine, CurveExt, FieldExt},
pasta::pallas,
};
use rand;
#[test]
fn generator() {