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

Commit

Permalink
src/sage/schemes/elliptic_curves/ell_number_field.py: Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 3, 2021
1 parent 94fd9c5 commit dd7e96c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/schemes/elliptic_curves/ell_number_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
# https://www.gnu.org/licenses/
# ****************************************************************************

import sage.rings.abc
from .ell_field import EllipticCurve_field
from .ell_generic import is_EllipticCurve
from .ell_point import EllipticCurvePoint_number_field
Expand Down

0 comments on commit dd7e96c

Please sign in to comment.