mypy
mypy copied to clipboard
Remove `python2` extra from `setup.py`
Refs https://github.com/python/mypy/issues/12237
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
I'm not sure about this... If we keep the extra around, users will get a much more helpful error at type check time, rather than a sort of mysterious install time failure.
My vote would be to clean this up a couple of releases from now.
Ok, fair enough!