Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add overloads for
asyncio.sleep()
(#7873)
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 microsoft/pyright#3475.
- Loading branch information