Skip to content

Commit 9da73e3

Browse files
committed
pre-commit formatting
1 parent e6f4c9f commit 9da73e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cuda_bindings/tests/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import cuda_python_test_helpers
2727

2828
# If we imported the package instead of the module, get the actual module
29-
if hasattr(cuda_python_test_helpers, '__path__'):
29+
if hasattr(cuda_python_test_helpers, "__path__"):
3030
# We imported the package, need to get the actual module
3131
import cuda_python_test_helpers.cuda_python_test_helpers as cuda_python_test_helpers
3232

@@ -35,4 +35,4 @@
3535
supports_ipc_mempool = cuda_python_test_helpers.supports_ipc_mempool
3636

3737

38-
del cuda_python_test_helpers
38+
del cuda_python_test_helpers

cuda_bindings/tests/test_graphics_apis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
import pytest
55
from cuda.bindings import runtime as cudart
6-
76
from helpers import IS_WSL
87

8+
99
@pytest.mark.skipif(IS_WSL, reason="Graphics interop not supported on this platform")
1010
def test_graphics_api_smoketest():
1111
# Due to lazy importing in pyglet, pytest.importorskip doesn't work

0 commit comments

Comments
 (0)