From 184009f1f0751b1ffc5587e56e157f19bc4d924a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:20:55 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/unittests/clustering/test_cluster_accuracy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittests/clustering/test_cluster_accuracy.py b/tests/unittests/clustering/test_cluster_accuracy.py index ca6f0afee7d..abe32ef2688 100644 --- a/tests/unittests/clustering/test_cluster_accuracy.py +++ b/tests/unittests/clustering/test_cluster_accuracy.py @@ -14,10 +14,10 @@ import pytest import torch from aeon.performance_metrics.clustering import clustering_accuracy_score + from torchmetrics.clustering.cluster_accuracy import ClusterAccuracy from torchmetrics.functional.clustering.cluster_accuracy import cluster_accuracy from torchmetrics.utilities.imports import _TORCH_LINEAR_ASSIGNMENT_AVAILABLE - from unittests import NUM_CLASSES from unittests._helpers import seed_all from unittests._helpers.testers import MetricTester