[elbe-devel] [PATCH 58/75] pbuilderaction: Fix Pylint
Olivier Dion
dion at linutronix.de
Mon May 25 17:42:51 CEST 2020
38:0: R0205: (useless-object-inheritance)
Signed-off-by: Olivier Dion <dion at linutronix.de>
---
elbepack/pbuilderaction.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/elbepack/pbuilderaction.py b/elbepack/pbuilderaction.py
index ca7b9aa3..4b38e240 100644
--- a/elbepack/pbuilderaction.py
+++ b/elbepack/pbuilderaction.py
@@ -34,7 +34,8 @@ class PBuilderError(Exception):
def __init__(self, msg):
Exception.__init__(self, msg)
-
+# TODO:py3 Remove object inheritance
+# pylint: disable=useless-object-inheritance
class PBuilderAction(object):
actiondict = {}
--
2.26.2
More information about the elbe-devel
mailing list