Skip to content

Commit 4272269

Browse files
committed
style: align imports with pre-commit after upstream rebase
Apply hook-driven import ordering/spacing updates introduced by rebasing onto upstream/main so pre-commit passes cleanly. Made-with: Cursor
1 parent f325c11 commit 4272269

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cuda_bindings/tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
import sys
66
from importlib.metadata import PackageNotFoundError, distribution
77

8-
import cuda.bindings.driver as cuda
98
import pytest
9+
10+
import cuda.bindings.driver as cuda
1011
from cuda.bindings._test_helpers.arch_check import hardware_supports_nvml
1112

1213
# Import shared test helpers for tests across subprojects.

cuda_bindings/tests/test_arch_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44

55
import pytest
6+
67
from cuda.bindings import nvml
78
from cuda.bindings._test_helpers import arch_check
89
from cuda.pathfinder import DynamicLibNotFoundError

0 commit comments

Comments
 (0)