qurit / rt-utils

A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
MIT License
181 stars 56 forks source link

Fix missing import #69

Closed Zhack47 closed 1 year ago

Zhack47 commented 1 year ago

Following #64 a missing import causes the RTstruct create_from function to crash instead of launching a warning

I corrected the missing import and ran pytest successfully