Skip to content

Commit f75277a

Browse files
author
Matthias Koeppe
committed
src/sage/symbolic/expression.pyx: Remove self-import
1 parent c9d555d commit f75277a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/symbolic/expression.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6396,7 +6396,6 @@ cdef class Expression(Expression_abc):
63966396
sage: type(u._unpack_operands()[0])
63976397
<... 'tuple'>
63986398
"""
6399-
from sage.symbolic.expression import unpack_operands
64006399
return unpack_operands(self)
64016400

64026401
def operands(self):

0 commit comments

Comments
 (0)