]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: lint error on plugins/debug.py
authorVolker Theile <vtheile@suse.com>
Wed, 8 Apr 2020 07:55:05 +0000 (09:55 +0200)
committerVolker Theile <vtheile@suse.com>
Wed, 8 Apr 2020 07:56:18 +0000 (09:56 +0200)
Make pylint for Python 3.8 and older versions happy.

Fixes: https://tracker.ceph.com/issues/44589
Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/plugins/debug.py

index 71e56abc6460b8d077be79778affdc8d4496fb1d..d5719157bc44f7e58f2aafd87a51066b7d34a950 100644 (file)
@@ -21,7 +21,7 @@ class Actions(Enum):
 
 
 @PM.add_plugin  # pylint: disable=too-many-ancestors
-class Debug(SP, I.CanCherrypy, I.ConfiguresCherryPy):
+class Debug(SP, I.CanCherrypy, I.ConfiguresCherryPy):  # pylint: disable=too-many-ancestors
     NAME = 'debug'
 
     OPTIONS = [