Skip to content

Commit cfd05a0

Browse files
committed
Fix import
1 parent d6399f2 commit cfd05a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
import numpy as np
55

6-
from numba.cuda.testing import (skip_on_cudasim, skip_unless_cffi,
7-
test_data_dir, unittest, CUDATestCase)
6+
from numba.cuda.testing import (skip_on_cudasim, test_data_dir, unittest,
7+
CUDATestCase)
88
from numba import cuda, jit, float32, int32, types
99
from numba.core.errors import TypingError
10+
from numba.tests.support import skip_unless_cffi
1011
from types import ModuleType
1112

1213

0 commit comments

Comments
 (0)