Skip to content

Commit b5cebda

Browse files
committed
add back import
1 parent 7eff8f6 commit b5cebda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/algebras/finite_dimensional_algebras/finite_dimensional_algebra_element.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from sage.structure.element cimport AlgebraElement, Vector
1+
from sage.structure.element cimport AlgebraElement, Element, Vector
22
from sage.matrix.matrix cimport Matrix
33

44
cdef class FiniteDimensionalAlgebraElement(AlgebraElement):

0 commit comments

Comments
 (0)