Skip to content

Commit 623772f

Browse files
fixes
1 parent b8197a6 commit 623772f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_cuda/numba/cuda/tests/cudapy/test_extending.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from numba.cuda.cudadecl import registry as cuda_registry
2727
from numba.cuda.cudaimpl import lower_attr as cuda_lower_attr
2828

29-
from numba.cuda import errors
29+
from numba.core import errors
3030
from numba.cuda.errors import LoweringError
3131

3232
from numba.cuda.extending import (

0 commit comments

Comments
 (0)