Skip to content

Commit 9fa01f0

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monai/data/wsi_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,4 +1561,4 @@ def _resize_to_mpp_res(self, wsi, closest_lvl, mpp_list, user_mpp: tuple):
15611561
# PIL `resize` takes (W, H); use the same row/col order as OpenSlide.
15621562
closest_lvl_wsi = closest_lvl_wsi.resize((target_res_y, target_res_x), pil_image.BILINEAR)
15631563

1564-
return closest_lvl_wsi
1564+
return closest_lvl_wsi

0 commit comments

Comments
 (0)