mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-26 16:50:25 +08:00
97bc450acd
In Python, it's possible to use the `next` builtin method on file objects produced by `open`. This change modifies `typing.IO` so this usage will successfully typecheck.