Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove invalid
# type: ignore
statement
On mypy for PyPy, this causes a `[syntax]` error: https://github.com/pypa/setuptools/actions/runs/8040607909/job/21958905599?pr=4192#step:9:1517 **even if the file is excluded** (because it is imported) On regular mypy this causes `error: Module "validate_pyproject.fastjsonschema_validations" has no attribute "validate" [attr-defined]` (in setuptools, the exact error was: `error: Module "setuptools.config._validate_pyproject.fastjsonschema_validations" has no attribute "validate" [attr-defined]`
- Loading branch information