Skip to content

Commit 67c0521

Browse files
committed
correct reference to util
1 parent 069b07c commit 67c0521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/apps/test_download_and_extract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from parameterized import parameterized
2020

2121
from monai.apps import download_and_extract, download_url, extractall
22-
from tests.utils import SkipIfNoModule, skip_if_downloading_fails, skip_if_quick, testing_data_config
22+
from tests.util import SkipIfNoModule, skip_if_downloading_fails, skip_if_quick, testing_data_config
2323

2424

2525
@SkipIfNoModule("requests")

0 commit comments

Comments
 (0)