Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Feb 14, 2025
1 parent d6399f2 commit cfd05a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions numba_cuda/numba/cuda/tests/cudapy/test_device_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

import numpy as np

from numba.cuda.testing import (skip_on_cudasim, skip_unless_cffi,
test_data_dir, unittest, CUDATestCase)
from numba.cuda.testing import (skip_on_cudasim, test_data_dir, unittest,
CUDATestCase)
from numba import cuda, jit, float32, int32, types
from numba.core.errors import TypingError
from numba.tests.support import skip_unless_cffi
from types import ModuleType


Expand Down

0 comments on commit cfd05a0

Please sign in to comment.