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
We have upgraded to mypy 0.790 in #26066, which brings us
python/typeshed#4146.
Unfortunately, we still have to use io.open instead of the built-in open
to make mypy happy in Python 2, because open() is still typed as
BinaryIO unconditionally in Python 2.
0 commit comments