typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Fix stubs for async generator methods

Open kumaraditya303 opened this issue 1 year ago • 1 comments

See https://github.com/python/typeshed/issues/10185

The modified types reflect the real runtime types of these methods, it is more accurate now.

kumaraditya303 avatar Jun 28 '24 09:06 kumaraditya303

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jun 28 '24 09:06 github-actions[bot]