peterjc / thapbi-pict

Tree Health and Plant Biosecurity Initiative - Phytophthora ITS1 Classifier Tool
https://thapbi-pict.readthedocs.io/
MIT License
8 stars 2 forks source link

Type annotations in main code #583

Closed peterjc closed 5 months ago

peterjc commented 6 months ago

Builds on work in #570

peterjc commented 6 months ago

I think I like the str | int notation (requires Python 3.10 onwards) much more than Union[str, int]