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

committed by
Enrico Faulhaber

parent
a928c95efd
commit
c1eb764b09
@ -542,7 +542,7 @@ def test_generic_access():
|
||||
assert obj.read_unhandled()
|
||||
assert updates == {'obj': {'param': 'potato'}}
|
||||
updates.clear()
|
||||
assert updates == {}
|
||||
assert not updates
|
||||
|
||||
|
||||
def test_duplicate_handler_name():
|
||||
|
Reference in New Issue
Block a user