This commit is contained in:
Nitish Singh 2025-12-24 21:09:10 +05:30
parent 2579ce9f18
commit 070eed8480

View file

@ -104,7 +104,7 @@ def add_ctx(f: F) -> F:
return update_wrapper(wrapper, f) # type: ignore[return-value] return update_wrapper(wrapper, f) # type: ignore[return-value]
# Test comment for indexing - can be removed later
class Flask(App): class Flask(App):
"""The flask object implements a WSGI application and acts as the central """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 object. It is passed the name of the module or package of the