Skip to content

Commit

Permalink
fix test handler import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultdvx committed Feb 13, 2025
1 parent 432ffcb commit a10d5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/handlers/test_handler_average_precision.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from monai.handlers import AveragePrecision
from monai.transforms import Activations, AsDiscrete
from tests.utils import DistCall, DistTestCase
from tests.test_utils import DistCall, DistTestCase


class TestHandlerAveragePrecision(unittest.TestCase):
Expand Down

0 comments on commit a10d5c6

Please sign in to comment.