You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update typeshed to fix TextIOWrapper constructor (#8965)
Currently it doesn't accept ZipFile.open()'s output and fails with
`error: Argument 1 to "TextIOWrapper" has incompatible type "IO[bytes]"; expected "BinaryIO"`
That was fixed in python/typeshed@3058bec
0 commit comments