Skip to content

Commit 77d09cf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a06bf07 commit 77d09cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/inferers/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def ensure_channel_first(x: torch.Tensor, spatial_ndim: Optional[int] = None) ->
9090
f"both dim1={s1} and dim-1={sl} look like spatial dims"
9191
)
9292

93-
93+
9494
def sliding_window_inference(
9595
inputs: torch.Tensor | MetaTensor,
9696
roi_size: Sequence[int] | int,

0 commit comments

Comments
 (0)