Skip to content

Commit 4fc9cf5

Browse files
committed
fix test handler import issue
Signed-off-by: thibaultdvx <thibault.devarax@icm-institute.org>
1 parent 432ffcb commit 4fc9cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/handlers/test_handler_average_precision.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from monai.handlers import AveragePrecision
2121
from monai.transforms import Activations, AsDiscrete
22-
from tests.utils import DistCall, DistTestCase
22+
from tests.test_utils import DistCall, DistTestCase
2323

2424

2525
class TestHandlerAveragePrecision(unittest.TestCase):

0 commit comments

Comments
 (0)