Skip to content

Commit af7e2d5

Browse files
committed
reorder imports
1 parent 77ea980 commit af7e2d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

verde/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
except ImportError:
2828
numba = None
2929

30-
from .neighbors import KNeighbors
3130
from .base.utils import (
3231
check_coordinates,
3332
check_data,
3433
check_data_names,
3534
check_extra_coords_names,
3635
n_1d_arrays,
3736
)
37+
from .neighbors import KNeighbors
3838

3939

4040
def dispatch(function, delayed=False, client=None):

0 commit comments

Comments
 (0)