Skip to content

Commit 9ed637e

Browse files
Remove the remaining dpctl_ext imports
1 parent 72a18a1 commit 9ed637e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

dpnp/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@
6060
[os.getenv("PATH", ""), dll_path]
6161
)
6262

63-
# TODO: revert to `from dpctl.tensor...`
64-
# when dpnp fully migrates dpctl/tensor
65-
from dpctl_ext.tensor import __array_api_version__, DLDeviceType
63+
from dpnp.tensor import __array_api_version__, DLDeviceType
6664

6765
from .dpnp_array import dpnp_array as ndarray
6866
from .dpnp_array_api_info import __array_namespace_info__

0 commit comments

Comments
 (0)