Skip to content

Commit ef76bd4

Browse files
committed
Rearranged imports
1 parent 1a5c4e1 commit ef76bd4

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

arraypartition/__init__.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,4 @@
22
ArrayLike,
33
SuperLazyArrayLike,
44
ArrayPartition,
5-
get_chunk_extent,
6-
get_chunk_positions,
7-
get_chunk_shape,
8-
get_chunk_space,
9-
get_dask_chunks,
10-
combine_slices,
11-
normalize_partition_chunks
125
)

arraypartition/tests/test_consistency.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ def test_core(self):
44
from arraypartition import (
55
ArrayLike,
66
SuperLazyArrayLike,
7-
ArrayPartition,
7+
ArrayPartition
8+
)
9+
10+
from arraypartition.partition import (
811
get_chunk_space,
912
get_chunk_shape,
1013
get_chunk_positions,

0 commit comments

Comments
 (0)