Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli committed Jun 23, 2022
1 parent 177a9ea commit 717fc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/transforms/spatial/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def __call__( # type: ignore
dst_meta = deepcopy(dst_meta)
dst_meta["affine"] = updated_affine
dst_meta[Key.FILENAME_OR_OBJ] = src_meta.get(Key.FILENAME_OR_OBJ)
return img, dst_meta
return img, dst_meta # type: ignore


class Spacing(Transform):
Expand Down

0 comments on commit 717fc45

Please sign in to comment.