Skip to content

Commit 4a8fba0

Browse files
committed
Typing improvements
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent b063423 commit 4a8fba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/deploy/operators/monai_seg_inference_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def _copy_compatible_dict(from_dict: Dict, to_dict: Dict):
621621
)
622622

623623

624-
def _stack_images(image_list: list, meta_dict: dict, to_cupy: bool = False):
624+
def _stack_images(image_list: list, meta_dict: Dict, to_cupy: bool = False):
625625
if len(image_list) <= 1:
626626
return image_list[0]
627627
if not is_no_channel(meta_dict.get(MetaKeys.ORIGINAL_CHANNEL_DIM, None)):

0 commit comments

Comments
 (0)