From d855a1c3f3cea8d27628831a86284b97e51f175c Mon Sep 17 00:00:00 2001 From: Grayden Date: Thu, 5 Aug 2021 16:44:03 -0400 Subject: [PATCH] Fix linting error --- docs/cli.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cli.rst b/docs/cli.rst index 4d383fbb..d89b2abf 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -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__)