unasync icon indicating copy to clipboard operation
unasync copied to clipboard

Convert typing.Awaitable[X] to X

Open sethmlarson opened this issue 5 years ago • 0 comments

Useful for unasync-ing type hints for Callable[[...], Awaitable[X]] to Callable[[...], X]

sethmlarson avatar May 05 '20 20:05 sethmlarson