Skip to content

Commit d131018

Browse files
authored
Update utils __init__.py to include chunk_list() (#608)
1 parent c0f5f9b commit d131018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylabrobot/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from .list import assert_shape, reshape_2d
1+
from .list import assert_shape, chunk_list, reshape_2d
22
from .object_parsing import find_subclass
33
from .positions import expand_string_range

0 commit comments

Comments
 (0)