From cab8e7d22da029c2b34f1ad4d53e1b8dad6f9bf1 Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Thu, 18 Jan 2018 12:03:46 -0800 Subject: [PATCH] remove setting spatial in DeckPathViz class (#4235) --- superset/viz.py | 1 - 1 file changed, 1 deletion(-) diff --git a/superset/viz.py b/superset/viz.py index b25d07417abc..31fc51a990d0 100644 --- a/superset/viz.py +++ b/superset/viz.py @@ -1986,7 +1986,6 @@ class DeckPathViz(BaseDeckGLViz): 'json': json.loads, 'polyline': polyline.decode, } - spatial_control_keys = ['spatial'] def query_obj(self): d = super(DeckPathViz, self).query_obj()