Fix linting error

This commit is contained in:
Grayden 2021-08-05 16:44:03 -04:00
parent 375279a491
commit d855a1c3f3

View file

@ -232,6 +232,7 @@ separated with ``:``, or ``;`` on Windows.
Alternatively, you can set the ``FLASK_RUN_EXTRA_FILES`` config
variable, which takes a list of files::
from flask import Flask
app = Flask(__name__)