imi-bigpicture / wsidicom

Python package for reading DICOM WSI file sets.
Apache License 2.0
34 stars 6 forks source link

Use Sequence instead of List when possible #39

Closed erikogabrielsson closed 2 years ago

erikogabrielsson commented 2 years ago

Changed type hints for parameters from List to Sequence when suitable.