Skip to content

Commit 955a633

Browse files
committed
Fix import order (ruff I001)
1 parent 670cc52 commit 955a633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_pathfinder/tests/test_find_nvidia_dynamic_lib.py

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

1010
import pytest
1111
from child_load_nvidia_dynamic_lib_helper import run_load_nvidia_dynamic_lib_in_subprocess
12-
from conftest import skip_if_missing_libnvcudla_so
1312

13+
from conftest import skip_if_missing_libnvcudla_so
1414
from cuda.pathfinder import (
1515
DynamicLibNotAvailableError,
1616
DynamicLibNotFoundError,

0 commit comments

Comments
 (0)