Skip to content

Commit 495762e

Browse files
committed
pylint fixes.
1 parent cd4cfa9 commit 495762e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dash/dash.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ def dispatch(self):
707707
def _setup_server(self):
708708
if self.config.include_assets_files:
709709
self._walk_assets_directory()
710-
710+
711711
# Make sure `layout` is set before running the server
712712
value = getattr(self, 'layout')
713713
if value is None:
@@ -717,7 +717,7 @@ def _setup_server(self):
717717
'at the time that `run_server` was called. '
718718
'Make sure to set the `layout` attribute of your application '
719719
'before running the server.')
720-
720+
721721
self._generate_scripts_html()
722722
self._generate_css_dist_html()
723723

0 commit comments

Comments
 (0)