Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 7, 2025
1 parent 09fea99 commit 184009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/clustering/test_cluster_accuracy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 184009f

Please sign in to comment.