Skip to content

Commit b9a2e2a

Browse files
committed
fix import
1 parent 66429c1 commit b9a2e2a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sage/rings/finite_rings/finite_field_constructor.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@
178178
from sage.rings.polynomial.polynomial_element import Polynomial
179179
from sage.rings.integer import Integer
180180

181-
# the import below is just a redirection
182-
from sage.rings.finite_rings.finite_field_base import is_FiniteField
183-
assert is_FiniteField # just to silent pyflakes
184-
185181
try:
186182
# We don't late import this because this means trouble with the Givaro library
187183
# On a Macbook Pro OSX 10.5.8, this manifests as a Bus Error on exiting Sage.

0 commit comments

Comments
 (0)