From 070eed8480f1add9c3f7c2947fdc49bfe7926a59 Mon Sep 17 00:00:00 2001 From: Nitish Singh Date: Wed, 24 Dec 2025 21:09:10 +0530 Subject: [PATCH] init --- src/flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flask/app.py b/src/flask/app.py index e0c193dc..19586181 100644 --- a/src/flask/app.py +++ b/src/flask/app.py @@ -104,7 +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 object. It is passed the name of the module or package of the