[elbe-devel] [PATCH v2 55/66] rfs: Fix Pylint
Olivier Dion
dion at linutronix.de
Fri Jun 5 19:07:19 CEST 2020
67:0: R0205: (useless-object-inheritance)
Signed-off-by: Olivier Dion <dion at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
---
elbepack/rfs.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/elbepack/rfs.py b/elbepack/rfs.py
index 6967d289..ffb62641 100644
--- a/elbepack/rfs.py
+++ b/elbepack/rfs.py
@@ -63,7 +63,8 @@ class DebootstrapException (Exception):
def __init__(self):
Exception.__init__(self, "Debootstrap Failed")
-
+# TODO:py3 Remove object inheritance
+# pylint: disable=useless-object-inheritance
class BuildEnv (object):
def __init__(self, xml, path, build_sources=False, clean=False, arch="default"):
--
2.27.0
More information about the elbe-devel
mailing list