Skip to content

Commit 59c93d4

Browse files
committed
compat Python<3.9
1 parent 6b5cf1e commit 59c93d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/core/dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async def dispatch_single_view(
3737
task_group.start_soon(_single_incoming_loop, layout, recv)
3838

3939

40-
_SharedViewDispatcherFuture = Callable[[SendCoroutine, RecvCoroutine], Future[None]]
40+
_SharedViewDispatcherFuture = Callable[[SendCoroutine, RecvCoroutine], "Future[None]"]
4141
_SharedViewDispatcherCoro = Callable[[SendCoroutine, RecvCoroutine], Awaitable[None]]
4242

4343

0 commit comments

Comments
 (0)