SBU-BMI / wsinfer

🔥 🚀 Blazingly fast pipeline for patch-based classification in whole slide images
https://wsinfer.readthedocs.io
Apache License 2.0
56 stars 9 forks source link

Fix: use pep 604 type annotations #156

Closed kaczmarj closed 1 year ago

kaczmarj commented 1 year ago

Follow PEP604

eg replace Optional[str} with str | None