Skip to content

Commit

Permalink
removing repeated unrecheable code
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Jul 21, 2023
1 parent 51a5821 commit 7ef9ebb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mathics/eval/arithmetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,13 +463,6 @@ def append_last():
elements_properties=ElementsProperties(False, False, True),
)

elements.sort()
return Expression(
SymbolPlus,
*elements,
elements_properties=ElementsProperties(False, False, True),
)


def eval_Power_number(base: Number, exp: Number) -> Optional[Number]:
"""
Expand Down

0 comments on commit 7ef9ebb

Please sign in to comment.