Skip to content

Commit fdb6c66

Browse files
author
Matthias Koeppe
committed
src/sage/modular/abvar/finite_subgroup.py: Add missing import
1 parent d5508df commit fdb6c66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/modular/abvar/finite_subgroup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
# http://www.gnu.org/licenses/
9898
#*****************************************************************************
9999

100+
import sage.rings.abc
101+
100102
from sage.misc.lazy_import import lazy_import
101103
from sage.modular.abvar.torsion_point import TorsionPoint
102104
from sage.modules.module import Module

0 commit comments

Comments
 (0)