zuzukin / whl2conda

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

Use dict/list/set in type annotations #67

Closed analog-cbarber closed 1 year ago

analog-cbarber commented 1 year 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.