pulibrary / pdc-osti

2 stars 0 forks source link

Add type hints #30

Closed astrochun closed 1 year ago

astrochun commented 1 year ago

Closes #16  Type hints/annotations, while optional, are highly recommended by the python community. My initial experience with this codebase was that there was a bit of a learning curve to understand the workflow. I think adding type hints is helpful in this scenario. Newer functions were already type hinted, so this PR ensures that older codes are updated.