mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-21 16:30:48 +08:00
cb293ebd2e
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.