Skip to content

Commit 2e77ee0

Browse files
committed
Fix cimport
1 parent e2bd835 commit 2e77ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_bindings/cuda/bindings/_nvml.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ from ._internal.utils cimport (get_buffer_pointer, get_nested_resource_ptr,
1313

1414
from enum import IntEnum as _IntEnum
1515

16-
from cuda.bindings.cydriver import CUDA_VERSION
16+
from cuda.bindings.cydriver cimport CUDA_VERSION
1717

1818

1919
from libc.stdlib cimport calloc, free, malloc

0 commit comments

Comments
 (0)