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 3aa40bf commit 2a0df3cCopy full SHA for 2a0df3c
taskiq_faststream/broker.py
@@ -74,7 +74,7 @@ def task( # type: ignore[override]
74
typing.Callable[[], SendableMessage],
75
typing.Callable[[], typing.Awaitable[SendableMessage]],
76
typing.Callable[[], typing.Generator[SendableMessage, None, None]],
77
- typing.Callable[[], typing.AsyncGenerator[SendableMessage, None, None]],
+ typing.Callable[[], typing.AsyncGenerator[SendableMessage, None]],
78
] = None,
79
*,
80
schedule: list[ScheduledTask],
0 commit comments