cleanup test imports

This commit is contained in:
Mamy André-Ratsimbazafy 2020-02-25 20:55:23 +01:00
parent 2df0f311ff
commit c956c82165
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
5 changed files with 5 additions and 5 deletions

View File

@ -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,

View File

@ -8,7 +8,7 @@
import
# Standard library
unittest, random, strutils,
unittest,
# Third-party
../constantine/io/io_bigints,
../constantine/arithmetic/[bigints_raw, bigints_checked],

View File

@ -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

View File

@ -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

View File

@ -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,