Stewori / pytypes

Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.
Apache License 2.0
200 stars 20 forks source link

Remove backports.typing usage #93

Closed dbarnett closed 4 years ago

dbarnett commented 4 years ago

I saw pytypes tries to import backports.typing if it's available, but the author has deleted that package (assuming that's referring to https://github.com/jaraco/backports.typing formerly at http://pypi.org/project/backports.typing/). The useless legacy imports are harmless except that they clutter the code and confuse type checkers. Could they be deleted?

This would be basically a matter of backing out the changes from 9dac181e8.