Skip to content

Commit

Permalink
remove setting spatial in DeckPathViz class (#4235)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored and mistercrunch committed Jan 18, 2018
1 parent 85d137b commit cab8e7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/viz.py
Expand Up @@ -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()
Expand Down

0 comments on commit cab8e7d

Please sign in to comment.