Skip to content

Commit 9d90af5

Browse files
committed
Fix up imports after merge
1 parent feb4528 commit 9d90af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: BSD-2-Clause
33

44
from numba import cuda
5-
from numba.core import errors
5+
from numba.cuda.core import errors
66
from numba.cuda.extending import overload
77
from numba.cuda.testing import skip_on_cudasim
88
import numpy as np

0 commit comments

Comments
 (0)