This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch feature--embeddable-charts-pilot
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 220f82ea7b2d0b5fcfc0149e154e4b796b1137d7
Author: Conglei Shi <[email protected]>
AuthorDate: Fri Dec 14 13:28:33 2018 -0800

    fixed metric format
---
 superset/viz.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/viz.py b/superset/viz.py
index 4aef85d..9d7b26d 100644
--- a/superset/viz.py
+++ b/superset/viz.py
@@ -212,7 +212,6 @@ class BaseViz(object):
         query_obj.update({
             'metrics': formatted_metrics,
         })
-        
 
         self.error_msg = ''
 

Reply via email to