Skip to content

Commit e6853e7

Browse files
committed
The most grevious sin
1 parent f61767b commit e6853e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: dash/dash.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ def __init__(
129129
)
130130
self._assets_url_path = assets_url_path
131131

132-
# We have 3 cases: server is either True (we create the server), False (defer server creation) or a Flask app
133-
# instance (we use their server)
132+
# We have 3 cases: server is either True (we create the server), False
133+
# (defer server creation) or a Flask app instance (we use their server)
134134
if isinstance(server, bool):
135135
if server:
136136
self.server = Flask(name, static_folder=static_folder)

0 commit comments

Comments
 (0)