[elbe-devel] [PATCH 39/40] pylint: updated - annotate no self use
Manuel Traut
manut at linutronix.de
Fri Sep 14 13:56:51 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 dff49681..6b93dc43 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.19.0.rc2
More information about the elbe-devel
mailing list