Skip to content

Commit 241b3e6

Browse files
rparolinclaude
andcommitted
fix(test): satisfy ruff isort grouping in build_tests.py
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 903b394 commit 241b3e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cuda_core/tests/cython/build_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
import os
1111
from pathlib import Path
1212

13-
import cuda.bindings
1413
from Cython.Build import cythonize
1514
from setuptools import setup
1615

16+
import cuda.bindings
17+
1718
HERE = Path(__file__).resolve().parent
1819
CUDA_PKG_PARENT = Path(cuda.bindings.__file__).parents[2]
1920

0 commit comments

Comments
 (0)