Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/rings/finite_rings/finite_field_constructor.py: Restore re-e…
Browse files Browse the repository at this point in the history
…xport of is_FiniteField
  • Loading branch information
Matthias Koeppe committed Dec 18, 2022
1 parent 8d4d8e5 commit 6ce26bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/finite_rings/finite_field_constructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
from sage.rings.integer import Integer

# the import below is just a redirection
from sage.rings.finite_rings.finite_field_base import FiniteField
from sage.rings.finite_rings.finite_field_base import is_FiniteField
assert is_FiniteField # just to silent pyflakes

try:
Expand Down

0 comments on commit 6ce26bc

Please sign in to comment.