change grouping in imports

This commit is contained in:
damirka 2021-03-11 23:10:05 +03:00
parent 1551a82e18
commit 344d7886ea

View File

@ -30,9 +30,9 @@ use crate::{
GroupType, GroupType,
Integer, Integer,
}; };
use leo_asg::{ConstInt, Type}; use leo_asg::{ConstInt, Type};
use leo_ast::{InputValue, IntegerType, Span}; use leo_ast::{InputValue, IntegerType, Span};
use snarkvm_fields::PrimeField; use snarkvm_fields::PrimeField;
use snarkvm_gadgets::traits::utilities::boolean::Boolean; use snarkvm_gadgets::traits::utilities::boolean::Boolean;
use snarkvm_r1cs::ConstraintSystem; use snarkvm_r1cs::ConstraintSystem;