Skip to content

Commit d47fbf0

Browse files
committed
Whitespace in usm_ndarray getitem imports
1 parent ac9072f commit d47fbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_usmarray.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ cdef class usm_ndarray:
670670
if adv_ind_start_p < 0:
671671
return res
672672

673-
+ from ._copy_utils import _mock_extract, _mock_nonzero, _take_multi_index
673+
from ._copy_utils import _mock_extract, _mock_nonzero, _take_multi_index
674674
if len(adv_ind) == 1 and adv_ind[0].dtype == dpt_bool:
675675
return _mock_extract(res, adv_ind[0], adv_ind_start_p)
676676

0 commit comments

Comments
 (0)