We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcd8aa commit 259b447Copy full SHA for 259b447
taskiq_fastapi/initializator.py
@@ -106,7 +106,7 @@ def populate_dependency_context(
106
107
:param broker: current broker to use.
108
:param app: current application.
109
- :param kwargs: additional state args.
+ :param asgi_state: state that will be injected in request.
110
"""
111
asgi_state = asgi_state or {}
112
broker.dependency_overrides.update(
0 commit comments