Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
  • Loading branch information
KumoLiu committed Jan 24, 2025
1 parent 26a8a32 commit 17eead3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monai/inferers/merger.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def __init__(
self.value_dtype = value_dtype
self.count_dtype = count_dtype
self.store = store
self.tmpdir: TemporaryDirectory | None
if version_geq(get_package_version("zarr"), "3.0.0"):
if value_store is None:
self.tmpdir = TemporaryDirectory()
Expand Down

0 comments on commit 17eead3

Please sign in to comment.