diff --git a/superset/forms.py b/superset/forms.py index dde34fa75dd6..bdb92be6dc3f 100755 --- a/superset/forms.py +++ b/superset/forms.py @@ -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"),