Skip to content

Commit aa934f7

Browse files
Add TODO comment in __init__.py
1 parent 9087bbf commit aa934f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dpnp/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
[os.getenv("PATH", ""), dll_path]
6161
)
6262

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

6567
from .dpnp_array import dpnp_array as ndarray

0 commit comments

Comments
 (0)