Codemod to convert typing.Union and typing.Optional to PEP 604 `|`
Open
codemod
enhancement
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 229
- PR merge metrics
- No merged PRs in 30d
Description
Codemod to convert typing.Union and typing.Optional to [PEP 604](https://www.python.org/dev/peps/pep-0604/) syntax and add `__future__` as required.
Contributor guide
Assessment
This issue has not been assessed yet.