From 89ce7578213dfed924efc818d2f259db73375a5c Mon Sep 17 00:00:00 2001 From: Vera Liu Date: Mon, 5 Dec 2016 10:40:54 -0800 Subject: [PATCH] Fix codeclimate issue --- superset/forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/superset/forms.py b/superset/forms.py index dde34fa75dd65..bdb92be6dc3f6 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"),