From: Tatjana Dehler Date: Wed, 10 Jul 2019 07:37:39 +0000 (+0200) Subject: mgr/dashboard: correct quotes X-Git-Tag: v15.1.0~489^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bde4429fb01af6eb17e10a2cd5af73085124db6a;p=ceph-ci.git mgr/dashboard: correct quotes Signed-off-by: Tatjana Dehler --- 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='/')