cleanup test imports
This commit is contained in:
parent
2df0f311ff
commit
c956c82165
|
@ -6,7 +6,7 @@
|
|||
# * Apache v2 license (license terms in the root directory or at http://www.apache.org/licenses/LICENSE-2.0).
|
||||
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
||||
|
||||
import unittest, random, strutils,
|
||||
import unittest,
|
||||
../constantine/io/io_bigints,
|
||||
../constantine/arithmetic/bigints_checked,
|
||||
../constantine/config/common,
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
import
|
||||
# Standard library
|
||||
unittest, random, strutils,
|
||||
unittest,
|
||||
# Third-party
|
||||
../constantine/io/io_bigints,
|
||||
../constantine/arithmetic/[bigints_raw, bigints_checked],
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# * Apache v2 license (license terms in the root directory or at http://www.apache.org/licenses/LICENSE-2.0).
|
||||
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
||||
|
||||
import unittest, random,
|
||||
import unittest,
|
||||
../constantine/arithmetic/finite_fields,
|
||||
../constantine/io/io_fields,
|
||||
../constantine/config/curves
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# * Apache v2 license (license terms in the root directory or at http://www.apache.org/licenses/LICENSE-2.0).
|
||||
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
||||
|
||||
import unittest, random,
|
||||
import unittest,
|
||||
../constantine/arithmetic/[bigints_checked, finite_fields],
|
||||
../constantine/io/io_fields,
|
||||
../constantine/config/curves
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# * Apache v2 license (license terms in the root directory or at http://www.apache.org/licenses/LICENSE-2.0).
|
||||
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
||||
|
||||
import unittest, random,
|
||||
import unittest,
|
||||
../constantine/io/[io_bigints, io_fields],
|
||||
../constantine/config/curves,
|
||||
../constantine/config/common,
|
||||
|
|
Loading…
Reference in New Issue