Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
djdameln committed Jan 20, 2025
1 parent f307638 commit aced62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/metrics/test_min_max.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import torch

from anomalib.metrics import _MinMax # Assuming the metric is part of `anomalib`
from anomalib.metrics.min_max import _MinMax # Assuming the metric is part of `anomalib`


def test_initialization() -> None:
Expand Down

0 comments on commit aced62c

Please sign in to comment.