Skip to content

Commit 6d5e25d

Browse files
committed
style: apply ruff formatting
1 parent 11a543c commit 6d5e25d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cuda_core/tests/test_launcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def test_launch_config_native_cache_stable(init_cuda):
8686
def test_launch_config_native_cache_cooperative(init_cuda):
8787
"""Cached cooperative config retains the cooperative attribute."""
8888
from cuda.core._launch_config import _to_native_launch_config
89+
8990
try:
9091
config = LaunchConfig(grid=1, block=1, is_cooperative=True)
9192
except Exception:

0 commit comments

Comments
 (0)