Skip to content

Commit 079e177

Browse files
authored
Merge pull request #495 from leofang/fix_merge
Fix merge error
2 parents 74cd7ae + ae3fe26 commit 079e177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/cuda/core/experimental/_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from dataclasses import dataclass
99
from typing import TYPE_CHECKING, Optional
1010

11-
from cuda.core.experimental._utils.cuda_utils import check_or_create_options, driver, handle_return
11+
from cuda.core.experimental._utils.cuda_utils import CUDAError, check_or_create_options, driver, handle_return
1212

1313
if TYPE_CHECKING:
1414
import cuda.bindings

0 commit comments

Comments
 (0)