From ec9057882156e834a47f87de38dbeb58e7cddf0b Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 29 Nov 2017 12:28:50 +1000 Subject: [PATCH] Remove unnecessary parens - () --- dash/dash.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dash/dash.py b/dash/dash.py index 838bfac54e..4c0ea9ab92 100644 --- a/dash/dash.py +++ b/dash/dash.py @@ -284,7 +284,7 @@ def index(self, *args, **kwargs): css = self._generate_css_dist_html() config = self._generate_config_html() title = getattr(self, 'title', 'Dash') - return (''' + return ''' @@ -304,7 +304,7 @@ def index(self, *args, **kwargs): - '''.format(title, css, config, scripts)) + '''.format(title, css, config, scripts) def dependencies(self): return flask.jsonify([