mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-11 09:26:47 +08:00
Closes #7866. This adds an overload to `asyncio.sleep()`, so that when it is called _without_ `return=None`, the type checker knows that the return type is `None` instead of `unknown`. Also related to https://github.com/microsoft/pyright/issues/3475.