[pre-commit.ci lite] apply automatic fixes

This commit is contained in:
pre-commit-ci-lite[bot] 2025-12-25 02:17:09 +00:00 committed by GitHub
parent 070eed8480
commit 41b6b309b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,6 +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 # 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