Skip to content

Commit 93de55a

Browse files
author
Jake Moss
committed
Linting
1 parent e8cdeaf commit 93de55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flint/types/fmpz_mod_mpoly.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ from flint.flint_base.flint_base cimport (
44
ordering_py_to_c,
55
ordering_c_to_py,
66
)
7-
from flint.flint_base.flint_base import FLINT_RELEASE, FLINT_VERSION
7+
from flint.flint_base.flint_base import FLINT_VERSION
88

99
from flint.utils.typecheck cimport typecheck
1010
from flint.utils.flint_exceptions import DomainError, IncompatibleContextError

0 commit comments

Comments
 (0)