Skip to content

Commit 08cd2ac

Browse files
committed
Correct utils in the reverted files
1 parent 34627e8 commit 08cd2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bundle/test_bundle_ckpt_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from monai.bundle import ConfigParser
2222
from monai.data import load_net_with_metadata
2323
from monai.networks import save_state
24-
from tests.utils import command_line_tests, skip_if_windows
24+
from tests.util import command_line_tests, skip_if_windows
2525

2626
TEST_CASE_1 = ["", ""]
2727

0 commit comments

Comments
 (0)