Skip to content

Commit 0808139

Browse files
committed
Fix importing of conftest.py
1 parent c56e49b commit 0808139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/tests/system/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
@contextmanager
17-
def unsupported_before(device: system.Device, expected_device_arch: system.DeviceArch | str | None):
17+
def unsupported_before(device, expected_device_arch):
1818
device_arch = device.arch
1919

2020
if isinstance(expected_device_arch, system.DeviceArch):

0 commit comments

Comments
 (0)