Skip to content

Commit 2e0da66

Browse files
committed
Fix test helpers to use new cuda.core.* import paths
[UNTESTED] Update cuda_python_test_helpers to import from cuda.core._utils instead of cuda.core.experimental._utils.
1 parent d47b29d commit 2e0da66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cuda_python_test_helpers/cuda_python_test_helpers

cuda_python_test_helpers/cuda_python_test_helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from contextlib import suppress
1010
from typing import Union
1111

12-
from cuda.core.experimental._utils.cuda_utils import handle_return
12+
from cuda.core._utils.cuda_utils import handle_return
1313

1414
__all__ = [
1515
"IS_WINDOWS",

0 commit comments

Comments
 (0)