Skip to content

Commit 17eead3

Browse files
committed
fix mypy
Signed-off-by: YunLiu <[email protected]>
1 parent 26a8a32 commit 17eead3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

monai/inferers/merger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ def __init__(
247247
self.value_dtype = value_dtype
248248
self.count_dtype = count_dtype
249249
self.store = store
250+
self.tmpdir: TemporaryDirectory | None
250251
if version_geq(get_package_version("zarr"), "3.0.0"):
251252
if value_store is None:
252253
self.tmpdir = TemporaryDirectory()

0 commit comments

Comments
 (0)