mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 10:51:15 +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.