Skip to content

Commit

Permalink
src/sage/symbolic/expression.pyx: Remove self-import
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 7, 2023
1 parent c9d555d commit f75277a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/symbolic/expression.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -6396,7 +6396,6 @@ cdef class Expression(Expression_abc):
sage: type(u._unpack_operands()[0])
<... 'tuple'>
"""
from sage.symbolic.expression import unpack_operands
return unpack_operands(self)

def operands(self):
Expand Down

0 comments on commit f75277a

Please sign in to comment.