mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Fixes #1940. This makes it so that mypy will infer the common base class of these classes to be Awaitable instead of Iterable. I verified that this fixes the errors in the script posted by @neilconway.