Skip to content

Commit 76b1a0f

Browse files
Undo accidentally removed import DLDeviceType
1 parent 6ea695a commit 76b1a0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/__init__.py

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

63+
from dpctl_ext.tensor import __array_api_version__, DLDeviceType
6364

6465
from .dpnp_array import dpnp_array as ndarray
6566
from .dpnp_array_api_info import __array_namespace_info__

0 commit comments

Comments
 (0)