Skip to content

Commit 39633c2

Browse files
[pre-commit.ci] auto code formatting
1 parent 9003ff1 commit 39633c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda_bindings/tests/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
def _is_libnvvm_available() -> bool:
2525
from cuda.bindings._internal.nvvm import _inspect_function_pointer
2626
from cuda.pathfinder import DynamicLibNotFoundError
27+
2728
try:
2829
return _inspect_function_pointer("__nvvmCreateProgram") != 0
2930
except DynamicLibNotFoundError:

0 commit comments

Comments
 (0)