Skip to content

Commit 4b29d34

Browse files
committed
fix an import conflict
1 parent 4b90a71 commit 4b29d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_cuda/numba/cuda/debuginfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from numba.cuda import types
1111
from numba.cuda.core import config
1212
from numba.cuda import cgutils
13-
from numba.cuda.cudadrv import nvvm
1413
from numba.cuda.datamodel.models import ComplexModel, UnionModel, UniTupleModel
1514
from numba.cuda.types.ext_types import GridGroup
1615

@@ -135,6 +134,7 @@ def initialize(self):
135134

136135
def get_dwarf_address_class(self, addrspace):
137136
# Map NVVM address space to DWARF address class.
137+
from numba.cuda.cudadrv import nvvm
138138

139139
addrspace_to_addrclass_dict = {
140140
nvvm.ADDRSPACE_GENERIC: None,

0 commit comments

Comments
 (0)