Skip to content

Commit c565227

Browse files
aadya940github-actions[bot]
authored andcommitted
Automatic pre-commit fixes
1 parent 6b8d269 commit c565227

File tree

1 file changed

+1
-1
lines changed
  • aeon/transformations/collection/dictionary_based

1 file changed

+1
-1
lines changed

aeon/transformations/collection/dictionary_based/_paa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__maintainer__ = []
44

55
import numpy as np
6-
from numba import njit, prange, get_num_threads, set_num_threads
6+
from numba import get_num_threads, njit, prange, set_num_threads
77

88
from aeon.transformations.collection import BaseCollectionTransformer
99
from aeon.utils.validation import check_n_jobs

0 commit comments

Comments
 (0)