Skip to content

Commit cc2bd6c

Browse files
authored
Update __init__.pxd
Removed `from dpctl._memory import *` as the module is no longer present. Removed `from dpctl.dptensor.dparray import *` as there is no point in having the import here.
1 parent d53d8b8 commit cc2bd6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dpctl/__init__.pxd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@
2828
# cython: language_level=3
2929

3030
from dpctl._sycl_core cimport *
31-
from dpctl._memory import *
32-
from dpctl.dptensor.dparray import *
33-

0 commit comments

Comments
 (0)