Skip to content

Commit

Permalink
REF remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
coproc committed Oct 23, 2020
1 parent a7af998 commit 425125e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sympy/core/tests/test_arit.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ def test_Mul_is_integer():
n = Symbol('n', integer=True)
nr = Symbol('nr', rational=False)
nz = Symbol('nz', integer=True, zero=False)
nze = Symbol('nze', even=True, zero=False)
e = Symbol('e', even=True)
o = Symbol('o', odd=True)
i2 = Symbol('2', prime=True, even=True)
Expand Down

0 comments on commit 425125e

Please sign in to comment.