Skip to content

Commit ccf9a3b

Browse files
committed
linter fix
1 parent cfab280 commit ccf9a3b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cuda_core/cuda/core/_memory/_buffer.pyx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ from cuda.core._resource_handles cimport (
2525

2626
_init_handles_table()
2727
from cuda.core._stream cimport Stream_accept, Stream
28-
from cuda.core._utils.cuda_utils cimport (
29-
_check_driver_error as raise_if_driver_error,
30-
HANDLE_RETURN,
31-
)
28+
from cuda.core._utils.cuda_utils cimport HANDLE_RETURN
3229

3330
import sys
3431
from typing import TypeVar, Union

0 commit comments

Comments
 (0)