Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 18, 2018
1 parent 68e9139 commit 93d0625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
FORM_DATA_KEY_BLACKLIST = [
'js_tooltip',
'js_onclick_href',
'js_data_mutator'
'js_data_mutator',
]


Expand Down Expand Up @@ -956,7 +956,7 @@ def get_form_data(self):

if request.args.get('viz_type'):
# Converting old URLs
form_data_dict = cast_form_data(d)
d = cast_form_data(d)

for k in FORM_DATA_KEY_BLACKLIST:
if k in d:
Expand Down

0 comments on commit 93d0625

Please sign in to comment.