Skip to content

Commit

Permalink
Fix codeclimate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vera-liu committed Dec 5, 2016
1 parent b910ef3 commit 89ce757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,8 @@ def __init__(self, viz):
'table_filter': (BetterBooleanField, {
"label": _("Table Filter"),
"default": True,
"description": _("Whether to apply filter when table cell is clicked")
"description": _(
"Whether to apply filter when table cell is clicked")
}),
'show_bubbles': (BetterBooleanField, {
"label": _("Show Bubbles"),
Expand Down

0 comments on commit 89ce757

Please sign in to comment.