Skip to content

Commit 138de94

Browse files
Merge pull request #165 from IntelPython/fix-dpctl-memory-__init__-pxd
fixed dpct/memory/__init__.pxd
2 parents 177a185 + 7a87490 commit 138de94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/memory/__init__.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
# distutils: language = c++
2828
# cython: language_level=3
2929

30-
from ._memory cimport *
30+
from dpctl.memory._memory cimport *

0 commit comments

Comments
 (0)