Skip to content

Commit b980bc0

Browse files
author
Matthias Koeppe
committed
src/sage/modular/modform_hecketriangle/abstract_space.py: Fix up import
1 parent 555b2fd commit b980bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/modular/modform_hecketriangle/abstract_space.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# ****************************************************************************
1717
from sage.matrix.constructor import matrix
1818
from sage.misc.cachefunc import cached_method
19+
from sage.misc.lazy_import import lazy_import
1920
from sage.modules.free_module_element import is_FreeModuleElement
2021
from sage.modules.free_module_element import vector
2122
from sage.rings.infinity import infinity

0 commit comments

Comments
 (0)