From: Volker Theile Date: Wed, 8 Apr 2020 07:55:05 +0000 (+0200) Subject: mgr/dashboard: lint error on plugins/debug.py X-Git-Tag: wip-pdonnell-testing-20200918.022351~1581^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=45076ed13a809c8d0837e72700647f1cecc3298d;p=ceph-ci.git mgr/dashboard: lint error on plugins/debug.py Make pylint for Python 3.8 and older versions happy. Fixes: https://tracker.ceph.com/issues/44589 Signed-off-by: Volker Theile --- diff --git a/src/pybind/mgr/dashboard/plugins/debug.py b/src/pybind/mgr/dashboard/plugins/debug.py index 71e56abc646..d5719157bc4 100644 --- a/src/pybind/mgr/dashboard/plugins/debug.py +++ b/src/pybind/mgr/dashboard/plugins/debug.py @@ -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 = [