]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: correct quotes
authorTatjana Dehler <tdehler@suse.com>
Wed, 10 Jul 2019 07:37:39 +0000 (09:37 +0200)
committerTatjana Dehler <tdehler@suse.com>
Thu, 12 Dec 2019 12:38:01 +0000 (13:38 +0100)
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
src/pybind/mgr/dashboard/controllers/prometheus.py

index 40333541d1aa6da28edc0bfb092faf8a796a7d67..caf5b4f33a00249303ad611379b9a8b5f35e0762 100644 (file)
@@ -13,7 +13,9 @@ from ..exceptions import DashboardException
 
 @Controller('/api/prometheus_receiver', secure=False)
 class PrometheusReceiver(BaseController):
-    ''' The receiver is needed in order to receive alert notifications (reports) '''
+    """
+    The receiver is needed in order to receive alert notifications (reports)
+    """
     notifications = []
 
     @Endpoint('POST', path='/')