From 41b6b309b508230d0c9c0f0d715b1cc10625e94e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 02:17:09 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- src/flask/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flask/app.py b/src/flask/app.py index 19586181..cf943669 100644 --- a/src/flask/app.py +++ b/src/flask/app.py @@ -104,6 +104,7 @@ def add_ctx(f: F) -> F: return update_wrapper(wrapper, f) # type: ignore[return-value] + # Test comment for indexing - can be removed later class Flask(App): """The flask object implements a WSGI application and acts as the central