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
Fix test failure caused by version being 0.500 (python#2936)
Fix replace() that used the mypy version as the thing to replace,
which happened to match the string '0.5000' in the output of a test
case.