Skip to content

Commit bc18aa8

Browse files
committed
add missing import
1 parent c00dabe commit bc18aa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/modules/free_module_element.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ cimport cython
116116
from cpython.slice cimport PySlice_GetIndicesEx
117117

118118
from sage.categories.rings import Rings
119+
from sage.misc.superseded import deprecated_function_alias
119120
from sage.structure.sequence import Sequence
120121
from sage.structure.element cimport Element, Vector
121122
from sage.structure.element import canonical_coercion

0 commit comments

Comments
 (0)