From 0c944a80e128114895b137dce1274efc227b932e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 01:57:09 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/flask/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flask/cli.py b/src/flask/cli.py index 6e09ce37..5e38b042 100644 --- a/src/flask/cli.py +++ b/src/flask/cli.py @@ -301,7 +301,7 @@ class DispatchingApp: def _load_app(): """ Loads the application and sets up the request context. - + Written by Trelent """ __traceback_hide__ = True # noqa: F841