Skip to content

Commit 12a34b7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6d52c3c commit 12a34b7

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
@@ -102,7 +102,7 @@ def ensure_channel_first(
102102
raise ValueError(
103103
f"cannot infer channel dim for shape={tuple(x.shape)}; expected [N,C,spatial...] or [N,spatial...,C]"
104104
)
105-
105+
106106

107107

108108
def sliding_window_inference(

0 commit comments

Comments
 (0)