From e23650317b85e545af69e7d91c14901dc2650789 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 17:25:55 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/appcontext.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/appcontext.rst b/docs/appcontext.rst index 5d420e0f..689f12bc 100644 --- a/docs/appcontext.rst +++ b/docs/appcontext.rst @@ -66,7 +66,7 @@ Flask automatically *pushes* an app context when handling a request. Flask canno first request, any changes will not be applied consistently. Make sure all imports, decorators, functions, etc. needed to set up the application are done before running it. - + Manually Push a Context -----------------------