Skip to content

Commit eb0acbb

Browse files
committed
Update config import to avoid circular imports
1 parent 06af70b commit eb0acbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_dpex/kernel_api_impl/spirv/dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from numba.core.types import void
2727
from numba.core.typing.typeof import Purpose, typeof
2828

29-
from numba_dpex import config
29+
from numba_dpex.core import config
3030
from numba_dpex.core.descriptor import dpex_kernel_target
3131
from numba_dpex.core.exceptions import (
3232
ExecutionQueueInferenceError,

0 commit comments

Comments
 (0)