Skip to content

Commit 90f0711

Browse files
committed
pre-commit fix
1 parent 9e9b1e0 commit 90f0711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/cuda/core/_memory/_buffer.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ else:
3535
BufferProtocol = object
3636

3737
from cuda.core._dlpack import DLDeviceType, make_py_capsule
38-
from cuda.core._utils.cuda_utils import driver, handle_return
38+
from cuda.core._utils.cuda_utils import driver
3939
from cuda.core._device import Device
4040

4141

0 commit comments

Comments
 (0)