Convert typing.Awaitable[X] to X
sethmlarson opened this issue · 0 comments
sethmlarson commented
Useful for unasync-ing type hints for Callable[[...], Awaitable[X]]
to Callable[[...], X]
sethmlarson opened this issue · 0 comments
Useful for unasync-ing type hints for Callable[[...], Awaitable[X]]
to Callable[[...], X]