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
The pytype_test file has a function _is_version that checks for a string in a path, but assumes the path separator character is /. On windows, the separator is \, so the function considers none of the found files to be valid to test.