Skip to content

Commit afe3caa

Browse files
committed
Autofix
1 parent 8a0baa7 commit afe3caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transforms/test_resize_with_pad_or_cropd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
from monai.data.meta_tensor import MetaTensor
2222
from monai.transforms import ResizeWithPadOrCropd
2323
from monai.transforms.lazy.functional import apply_pending
24-
from tests.transforms.test_resize_with_pad_or_crop import TESTS_PENDING_MODE
2524
from tests.test_utils import TEST_NDARRAYS_ALL, assert_allclose, pytorch_after
25+
from tests.transforms.test_resize_with_pad_or_crop import TESTS_PENDING_MODE
2626

2727
TEST_CASES = [
2828
[{"keys": "img", "spatial_size": [15, 8, 8], "mode": "constant"}, {"img": np.zeros((3, 8, 8, 4))}, (3, 15, 8, 8)],

0 commit comments

Comments
 (0)