Skip to content

Commit 2321c17

Browse files
committed
fix: satisfy ruff import ordering in simple_multi_gpu example
Add the blank-line separation required by Ruff so pre-commit.ci can complete successfully on this branch. Made-with: Cursor
1 parent f2e32be commit 2321c17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cuda_core/examples/simple_multi_gpu_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import sys
1313

1414
import cupy as cp
15+
1516
from cuda.core import Device, LaunchConfig, Program, ProgramOptions, launch, system
1617

1718
if system.get_num_devices() < 2:

0 commit comments

Comments
 (0)