Skip to content

Commit

Permalink
Fix for pre-commit isort
Browse files Browse the repository at this point in the history
  • Loading branch information
nileenagp committed Apr 25, 2024
1 parent 07b46c5 commit 53c6c28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aeon/classification/distance_based/_time_series_neighbors.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
__maintainer__ = []
__all__ = ["KNeighborsTimeSeriesClassifier"]

from typing import List

import numpy as np

from aeon.classification.base import BaseClassifier
from aeon.distances import get_distance_function
from typing import List

WEIGHTS_SUPPORTED = ["uniform", "distance"]

Expand Down

0 comments on commit 53c6c28

Please sign in to comment.