Skip to content

Commit bfd9ab9

Browse files
leofangclaude
andcommitted
Remove unused driver import from _system.pyx
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8164b1b commit bfd9ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/cuda/core/system/_system.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if CUDA_BINDINGS_NVML_IS_COMPATIBLE:
2626

2727
from cuda.core.system._nvml_context import initialize
2828
else:
29-
from cuda.core._utils.cuda_utils import driver, handle_return, runtime
29+
from cuda.core._utils.cuda_utils import handle_return, runtime
3030

3131

3232
def get_driver_version() -> tuple[tuple[int, ...], tuple[int, ...]]:

0 commit comments

Comments
 (0)