Skip to content

Commit 2c6c702

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8527fc4 commit 2c6c702

File tree

1 file changed

+1
-1
lines changed
  • monai/apps/pathology/transforms/spatial

1 file changed

+1
-1
lines changed

monai/apps/pathology/transforms/spatial/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ def __call__(self, image: np.ndarray) -> np.ndarray:
203203
print("WARNING. channels are not 3", img.shape) # FIXME, assumes RGB
204204

205205

206-
return image
206+
return image

0 commit comments

Comments
 (0)