typeshed
typeshed copied to clipboard
Fix stubs for async generator methods
See https://github.com/python/typeshed/issues/10185
The modified types reflect the real runtime types of these methods, it is more accurate now.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉