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):
377377 for row in rows :
378378 for value , columnInfo in zip (row .values , res .columnInfos ):
379379 columnValues [columnInfo ].append ([row .tstamp , value ])
380- else :
380+ else :
381381 columnValues = defaultdict (dict )
382382 for row in rows :
383383 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):
384384 @cherrypy .config (** {'tools.json_in.force' : False })
385385 @cherrypy .tools .json_in () # @UndefinedVariable
386386 @cherrypy .tools .json_out () # @UndefinedVariable
387- def POST (self ,** params ):
387+ def POST (self , ** params ):
388388 ''' Process POST. tools.json_in.force is set to False for
389389 compatability between versions of grafana < 3 and version 3.'''
390390
You can’t perform that action at this time.
0 commit comments