Skip to content

Commit c8dc398

Browse files
committed
fix accidental line while resolving the merge conflict
1 parent d1f1dc3 commit c8dc398

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numba_cuda/numba/cuda/debuginfo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def _check_polymorphic_debug_info_support():
7070
config.CUDA_DEBUG_POLY = DEBUG_POLY_SUPPORTED
7171
if not hasattr(config, "CUDA_DEBUG_POLY_USE_TYPED_CONST"):
7272
config.CUDA_DEBUG_POLY_USE_TYPED_CONST = DEBUG_POLY_USE_TYPED_CONST
73-
from numba.cuda.types.ext_types import GridGroup
7473

7574

7675
@contextmanager

0 commit comments

Comments
 (0)