Skip to content

Commit c270021

Browse files
authored
Use cubed version of normalize_chunks in diff (#807)
1 parent c39dcf4 commit c270021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubed/array_api/utility_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from cubed.array_api.manipulation_functions import concat
44
from cubed.backend_array_api import namespace as nxp
55
from cubed.core import reduction
6-
from cubed.vendor.dask.array.core import normalize_chunks
6+
from cubed.utils import normalize_chunks
77
from cubed.vendor.dask.array.utils import validate_axis
88

99

0 commit comments

Comments
 (0)