Skip to content

Commit

Permalink
chore: Fix indentation issue (apache#10690)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored and villebro committed Sep 10, 2020
1 parent 249ca46 commit efc01a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/tasks/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def get_form_data(
extra_filters = build_extra_filters(
layout, filter_scopes, default_filters, chart_id
)
if extra_filters:
form_data["extra_filters"] = extra_filters
if extra_filters:
form_data["extra_filters"] = extra_filters

return form_data

Expand Down

0 comments on commit efc01a7

Please sign in to comment.