Skip to content

Commit 7a87490

Browse files
fixed dpct/memory/_init__.pxd
1 parent 177a185 commit 7a87490

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)