]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard_v2: Fix linting errors
authorSebastian Wagner <sebastian.wagner@suse.com>
Thu, 1 Feb 2018 15:17:01 +0000 (16:17 +0100)
committerRicardo Dias <rdias@suse.com>
Mon, 5 Mar 2018 13:07:04 +0000 (13:07 +0000)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/dashboard_v2/__init__.py
src/pybind/mgr/dashboard_v2/tools.py

index 222f22d4b8954394b34f3b08efaf81b14b1a3ada..5102e244e22e1ebc27166fdb14505f1e6d8ec57d 100644 (file)
@@ -17,7 +17,6 @@ if 'UNITTEST' not in os.environ:
                 raise AttributeError("Logging not initialized")
             return getattr(self.logger, item)
 
-
     logger = _LoggerProxy()
 
     # pylint: disable=W0403,W0401
index 6b3a890e6d601406af51e250b165fc5dc96e915a..e803a68757e443e7f4a5c529d66943112a6fdd28 100644 (file)
@@ -111,7 +111,6 @@ class BaseController(six.with_metaclass(BaseControllerMeta, object)):
         return self._mgr_module
 
 
-
 class RESTController(BaseController):
     """
     Base class for providing a RESTful interface to a resource.