fixed pylint warnings
Change-Id: Ibb3da77e9a53b7293a280659defc029416e30e3b
This commit is contained in:

committed by
Enrico Faulhaber

parent
a928c95efd
commit
c1eb764b09
@ -49,7 +49,7 @@ def test_EnumMember():
|
||||
a += 2
|
||||
|
||||
# this shall work
|
||||
assert 2 == (a + 1) # pylint: disable=C0122
|
||||
assert 2 == (a + 1)
|
||||
assert (a - 1) == 0
|
||||
assert a
|
||||
assert a + a
|
||||
|
Reference in New Issue
Block a user