dropbox / pyannotate

Auto-generate PEP-484 annotations
Apache License 2.0
1.43k stars 59 forks source link

Replace mypy_extensions with typing_extensions #119

Open bb010g opened 3 years ago

bb010g commented 3 years ago

This makes generated types automatically compatible with Python 3.4. Also, mypy recommends typing_extensions over mypy_extensions when possible.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.