Skip to content

Commit 2a0df3c

Browse files
authored
Update broker.py
1 parent 3aa40bf commit 2a0df3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskiq_faststream/broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def task( # type: ignore[override]
7474
typing.Callable[[], SendableMessage],
7575
typing.Callable[[], typing.Awaitable[SendableMessage]],
7676
typing.Callable[[], typing.Generator[SendableMessage, None, None]],
77-
typing.Callable[[], typing.AsyncGenerator[SendableMessage, None, None]],
77+
typing.Callable[[], typing.AsyncGenerator[SendableMessage, None]],
7878
] = None,
7979
*,
8080
schedule: list[ScheduledTask],

0 commit comments

Comments
 (0)