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
Bug 1671356 [wpt PR 26102] - Remove a hack for mypy<0.790, a=testonly
Automatic update from web-platform-tests
Remove a hack for mypy<0.790 (#26102)
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
because the "text mode" of open() in Python 2 doesn't really take text
(unicode).
Also made some drive-by stylistic changes.
--
wpt-commits: fdc3a462396df8af5d2d8f2e5277e98817ffbb9d
wpt-pr: 26102
0 commit comments