pypa / setuptools

Official project repository for the Setuptools build system
https://pypi.org/project/setuptools/
MIT License
2.53k stars 1.19k forks source link

Fix mypy failure after multiple merges #4726

Closed Avasam closed 3 weeks ago

Avasam commented 3 weeks ago

Summary of changes

@abravalheri for https://github.com/pypa/setuptools/pull/4709#issuecomment-2450555145

As I thought, one PR made Distribution.get_command_class no longer return Any for mypy, the other made install.do_egg_install type-checked. Individually they both passed the CI.

Pull Request Checklist

[PR docs]: https://setuptools.pypa.io/en/latest/development/developer-guide.html#making-a-pull-request

abravalheri commented 3 weeks ago

Uh, though one. Thank you very much @Avasam.