Skip to content

Commit b97f3c8

Browse files
committed
Fix imports
1 parent 0545f4b commit b97f3c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cuda_bindings/tests/nvml/conftest.py

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

66
import pytest
77
from cuda.bindings import _nvml as nvml
8+
from cuda.bindings._test_helpers.arch_check import unsupported_before # noqa: F401
89

910

1011
class NVMLInitializer:

0 commit comments

Comments
 (0)