Skip to content

Commit d1ad577

Browse files
small fix
1 parent 9ab36e7 commit d1ad577

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

numba_cuda/numba/cuda/tests/cudadrv/test_cuda_driver.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
from numba.cuda.testing import skip_on_cudasim
1717
import contextlib
1818

19-
if _driver.USE_NV_BINDING:
20-
from cuda.core.experimental import Device
19+
from cuda.core.experimental import Device
2120

2221
ptx1 = """
2322
.version 1.4

0 commit comments

Comments
 (0)