mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-23 00:06:49 +08:00
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.