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 Jul 7, 2023
1 parent 22421f6 commit e9cf195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def dask_array_ones(*args):
)

if TYPE_CHECKING:
from flox.core import T_Engine, T_ExpectedGroupsOpt, T_Agg, T_Method
from flox.core import T_Agg, T_Engine, T_ExpectedGroupsOpt, T_Method


def _get_array_func(func: str) -> Callable:
Expand Down

0 comments on commit e9cf195

Please sign in to comment.