gacou54 / pyorthanc

Python library that wrap the Orthanc REST API and facilitate the manipulation of data in Orthanc
MIT License
49 stars 10 forks source link

Fix type annotation and bump version #39

Closed gacou54 closed 1 year ago

gacou54 commented 1 year ago

The type hint list was used in _find.py, which is incompatible with Python 3.8. Using typing.List instead.