pylint: fix bad-classmethod-argument

Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
Jan Barta
2016-06-03 12:52:54 +02:00
committed by Martin Basti
parent 9bc57a01e1
commit f252f50987
2 changed files with 2 additions and 3 deletions

View File

@@ -59,7 +59,6 @@ disable=
unused-argument,
unused-variable,
useless-else-on-loop,
bad-classmethod-argument,
bad-continuation,
bad-mcs-classmethod-argument,
bad-mcs-method-argument,