Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add back workaround to avoid confusing mypy.types and types in pyinfo (…
…#13176) We run mypy/pyinfo.py as a script, and this means that mypy/types.py could be picked up instead of the stdlib `types` module, which clearly doesn't work. This seems to happen at least on macOS, and it broke PEP 561 tests. The workaround was accidentally removed as part of #13161. This should fix #13174 and help with the wheel builds.
- Loading branch information