mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
pylint: Fix useless-suppression
Cleanup up no longer used Pylint's disables where possible. Fixes: https://pagure.io/freeipa/issue/9117 Signed-off-by: Stanislav Levin <slev@altlinux.org> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
committed by
Rob Crittenden
parent
ac6fe016c6
commit
5a00882eab
@@ -463,7 +463,7 @@ class test_Command(ClassChecker):
|
||||
api.finalize()
|
||||
o = my_cmd(api)
|
||||
o.finalize()
|
||||
e = o.get_default(**kw) # pylint: disable=not-callable
|
||||
e = o.get_default(**kw)
|
||||
assert type(e) is dict
|
||||
assert 'option2' in e
|
||||
assert e['option2'] == u'some value'
|
||||
|
||||
Reference in New Issue
Block a user