From bde4429fb01af6eb17e10a2cd5af73085124db6a Mon Sep 17 00:00:00 2001 From: Tatjana Dehler Date: Wed, 10 Jul 2019 09:37:39 +0200 Subject: [PATCH] mgr/dashboard: correct quotes Signed-off-by: Tatjana Dehler --- src/pybind/mgr/dashboard/controllers/prometheus.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/controllers/prometheus.py b/src/pybind/mgr/dashboard/controllers/prometheus.py index 40333541d1a..caf5b4f33a0 100644 --- a/src/pybind/mgr/dashboard/controllers/prometheus.py +++ b/src/pybind/mgr/dashboard/controllers/prometheus.py @@ -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='/') -- 2.39.5