Skip to content

Commit

Permalink
Correct utils in the reverted files
Browse files Browse the repository at this point in the history
  • Loading branch information
garciadias committed Jan 27, 2025
1 parent 58e9e3b commit f8d9bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bundle/test_bundle_ckpt_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from monai.bundle import ConfigParser
from monai.data import load_net_with_metadata
from monai.networks import save_state
from tests.utils import command_line_tests, skip_if_windows
from tests.util import command_line_tests, skip_if_windows

TEST_CASE_1 = ["", ""]

Expand Down

0 comments on commit f8d9bcf

Please sign in to comment.