Skip to content

Commit d405552

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6a1a4c7 commit d405552

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flox/aggregate_flox.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
from .xrutils import isnull
66

7+
78
def _prepare_for_flox(group_idx, array):
89
"""
910
Sort the input array once to save time.

flox/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
import toolz as tlz
1414

1515
from . import xrdtypes
16+
from .aggregate_flox import _prepare_for_flox
1617
from .aggregations import (
1718
Aggregation,
1819
_atleast_1d,
1920
_initialize_aggregation,
2021
generic_aggregate,
2122
)
22-
from .aggregate_flox import _prepare_for_flox
2323
from .cache import memoize
2424
from .xrutils import is_duck_array, is_duck_dask_array, isnull
2525

0 commit comments

Comments
 (0)