File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ def _collect(self):
377
377
for row in rows :
378
378
for value , columnInfo in zip (row .values , res .columnInfos ):
379
379
columnValues [columnInfo ].append ([row .tstamp , value ])
380
- else :
380
+ else :
381
381
columnValues = defaultdict (dict )
382
382
for row in rows :
383
383
for value , columnInfo in zip (row .values , res .columnInfos ):
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ def GET(self, **params):
384
384
@cherrypy .config (** {'tools.json_in.force' : False })
385
385
@cherrypy .tools .json_in () # @UndefinedVariable
386
386
@cherrypy .tools .json_out () # @UndefinedVariable
387
- def POST (self ,** params ):
387
+ def POST (self , ** params ):
388
388
''' Process POST. tools.json_in.force is set to False for
389
389
compatability between versions of grafana < 3 and version 3.'''
390
390
You can’t perform that action at this time.
0 commit comments