[elbe-devel] [PATCH 10/13] pylint - updated: annotate no self use
Manuel Traut
manut at linutronix.de
Thu Aug 30 17:05:21 CEST 2018
The method is called via the SOAP exported class.
Signed-off-by: Manuel Traut <manut at linutronix.de>
---
elbepack/updated.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/elbepack/updated.py b/elbepack/updated.py
index f7f1393b..6019d73a 100644
--- a/elbepack/updated.py
+++ b/elbepack/updated.py
@@ -115,6 +115,7 @@ class UpdateService (ServiceBase):
@rpc(_returns=String)
def list_snapshots(self):
+ # pylint: disable=no-self-use
# use comma seperated string because array of string triggers a bug in
# python suds :(
snapshots = ""
--
2.18.0
More information about the elbe-devel
mailing list