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 6b5cf1e commit 59c93d4Copy full SHA for 59c93d4
src/idom/core/dispatcher.py
@@ -37,7 +37,7 @@ async def dispatch_single_view(
37
task_group.start_soon(_single_incoming_loop, layout, recv)
38
39
40
-_SharedViewDispatcherFuture = Callable[[SendCoroutine, RecvCoroutine], Future[None]]
+_SharedViewDispatcherFuture = Callable[[SendCoroutine, RecvCoroutine], "Future[None]"]
41
_SharedViewDispatcherCoro = Callable[[SendCoroutine, RecvCoroutine], Awaitable[None]]
42
43
0 commit comments