Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed May 27, 2023
1 parent 279ae2c commit a0b5310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion mathics/eval/arithmetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
Integer1,
Integer2,
IntegerM1,
MachineReal,
Number,
Rational,
RationalOneHalf,
Expand Down
1 change: 1 addition & 0 deletions mathics/eval/testing_expressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def cmp(a, b) -> int:


def do_cmp(x1, x2) -> Optional[int]:

# don't attempt to compare complex numbers
for x in (x1, x2):
# TODO: Send message General::nord
Expand Down

0 comments on commit a0b5310

Please sign in to comment.