Skip to content

Commit e22a2a0

Browse files
committed
add missing import
1 parent 99985ea commit e22a2a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/numerical/linear_functions.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ from sage.misc.fast_methods cimport hash_by_id
107107
from sage.structure.parent cimport Parent
108108
from sage.structure.element cimport ModuleElement, Element
109109
from sage.misc.cachefunc import cached_function
110+
from sage.misc.superseded import deprecated_function_alias
110111

111112
#*****************************************************************************
112113
#

0 commit comments

Comments
 (0)