[elbe-devel] [PATCH 06/25] pylint - asyncworker.py annotate unused variable
Manuel Traut
manut at linutronix.de
Wed Aug 29 21:02:36 CEST 2018
it is not used, however it's nice for consistency between the other
enqueue calls
Signed-off-by: Manuel Traut <manut at linutronix.de>
---
elbepack/asyncworker.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/elbepack/asyncworker.py b/elbepack/asyncworker.py
index 2bb42dae..cbbca080 100644
--- a/elbepack/asyncworker.py
+++ b/elbepack/asyncworker.py
@@ -26,6 +26,7 @@ class AsyncWorkerJob(object):
self.old_status = None
def enqueue(self, queue, db):
+ #pylint: disable=unused-argument
queue.put(self)
def execute(self, db):
--
2.18.0
More information about the elbe-devel
mailing list