imi-bigpicture / wsidicom

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

Do not use typed dict #41

Closed erikogabrielsson closed 2 years ago

erikogabrielsson commented 2 years ago

Python 3.7 does not implement TypedDict (without installing typing_extensions). As the class where it is used is not used, remove it.