init
This commit is contained in:
parent
2579ce9f18
commit
070eed8480
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue