We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981684b commit f1d02fcCopy full SHA for f1d02fc
openslide/__init__.py
@@ -189,7 +189,7 @@ class OpenSlide(AbstractSlide):
189
operations on the OpenSlide object, other than close(), will fail.
190
"""
191
192
- def __init__(self, filename: str | Path) -> None:
+ def __init__(self, filename: str | Path):
193
"""Open a whole-slide image."""
194
AbstractSlide.__init__(self)
195
self._filename = filename
0 commit comments