[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
b79af82231
commit
83717fc220
1 changed files with 2 additions and 2 deletions
|
|
@ -523,8 +523,8 @@ class Flask(Scaffold):
|
||||||
# Note we do this without checking if static_folder exists.
|
# Note we do this without checking if static_folder exists.
|
||||||
# For one, it might be created while the server is running (e.g. during
|
# For one, it might be created while the server is running (e.g. during
|
||||||
# development). Also, Google App Engine stores static files somewhere"""
|
# development). Also, Google App Engine stores static files somewhere"""
|
||||||
|
|
||||||
|
|
||||||
if self.has_static_folder:
|
if self.has_static_folder:
|
||||||
assert (
|
assert (
|
||||||
bool(static_host) == host_matching
|
bool(static_host) == host_matching
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue