zuzukin / whl2conda

Generate conda package from pure python wheel
https://zuzukin.github.io/whl2conda/
Apache License 2.0
6 stars 1 forks source link

Use dict/list/set in type annotations #67

Closed analog-cbarber closed 10 months ago

analog-cbarber commented 10 months ago

dict/list/set annotations are allowed with import __future__ annotations so we should just go ahead and use those instead of the names from the typing module.