We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66429c1 commit b9a2e2aCopy full SHA for b9a2e2a
src/sage/rings/finite_rings/finite_field_constructor.py
@@ -178,10 +178,6 @@
178
from sage.rings.polynomial.polynomial_element import Polynomial
179
from sage.rings.integer import Integer
180
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
-
185
try:
186
# We don't late import this because this means trouble with the Givaro library
187
# On a Macbook Pro OSX 10.5.8, this manifests as a Bus Error on exiting Sage.
0 commit comments