Skip to content

Commit 1e690d5

Browse files
committed
fix format findings
Signed-off-by: hwassman <[email protected]>
1 parent ebb48bb commit 1e690d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/zimonGrafanaIntf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ def main(argv):
278278
mdHandler,
279279
args.get('prometheus'),
280280
args.get('rawCounters', False))
281-
exporter.endpoints.update(ENDPOINTS.get('prometheus',{}))
281+
exporter.endpoints.update(ENDPOINTS.get('prometheus',
282+
{}))
282283

283284
# query to force update of metadata (zimon feature)
284285
cherrypy.tree.mount(exporter, '/update',

0 commit comments

Comments
 (0)