Skip to content

Commit 91d1f39

Browse files
small fix
1 parent 4044a65 commit 91d1f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
skip_on_cudasim,
2121
skip_on_standalone_numba_cuda,
2222
)
23-
from numba.cuda.tests.enum_usecases import (
23+
from numba.cuda.tests.cudapy.enum_usecases import (
2424
Color,
2525
Shape,
2626
Planet,

0 commit comments

Comments
 (0)