Skip to content

Commit 2cb066c

Browse files
committed
Fixed with isort
1 parent 4ea3997 commit 2cb066c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cfapyx/wrappers.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
import dask.array as da
1010
import numpy as np
1111
from arraypartition import ArrayLike, ArrayPartition
12-
from arraypartition.partition import (combine_slices,
13-
get_chunk_extent, get_chunk_positions,
14-
get_chunk_shape, get_chunk_space, get_dask_chunks,
15-
normalize_partition_chunks)
12+
from arraypartition.partition import (combine_slices, get_chunk_extent,
13+
get_chunk_positions, get_chunk_shape,
14+
get_chunk_space, get_dask_chunks,
15+
normalize_partition_chunks)
1616
from dask.array.core import getter
1717
from dask.array.reductions import numel
1818
from dask.base import tokenize

0 commit comments

Comments
 (0)