Skip to content

Commit 5a897c8

Browse files
Add where to __init__
1 parent e574a9a commit 5a897c8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dpctl_ext/tensor/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
# *****************************************************************************
2828

2929

30-
from dpctl.tensor._search_functions import where
31-
3230
from dpctl_ext.tensor._copy_utils import (
3331
asnumpy,
3432
astype,
@@ -172,6 +170,7 @@
172170
reduce_hypot,
173171
sum,
174172
)
173+
from ._search_functions import where
175174
from ._searchsorted import searchsorted
176175
from ._set_functions import (
177176
isin,

0 commit comments

Comments
 (0)