Skip to content

Commit 22c6583

Browse files
rparolinclaude
andcommitted
Remove unused DLDeviceType import from _buffer.pyx
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 732f1e3 commit 22c6583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/cuda/core/_memory/_buffer.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if sys.version_info >= (3, 12):
3434
else:
3535
BufferProtocol = object
3636

37-
from cuda.core._dlpack import DLDeviceType, classify_dl_device, make_py_capsule
37+
from cuda.core._dlpack import classify_dl_device, make_py_capsule
3838
from cuda.core._utils.cuda_utils import driver
3939
from cuda.core._device import Device
4040

0 commit comments

Comments
 (0)