Skip to content

Commit c2a9662

Browse files
committed
chore(cuda.core): drop unused utils import + trailing blank lines
Pre-commit cleanup after splitting managed-memory ops tests out of test_memory.py: the `cuda.core.utils` import is no longer used here, and ruff trimmed trailing blank lines.
1 parent a3f342f commit c2a9662

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cuda_core/tests/test_memory.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
PinnedMemoryResourceOptions,
3939
VirtualMemoryResource,
4040
VirtualMemoryResourceOptions,
41-
utils,
4241
)
4342
from cuda.core import (
4443
system as ccx_system,
@@ -1571,5 +1570,3 @@ def test_memory_resource_alloc_zero_bytes(init_cuda, memory_resource_factory):
15711570
assert buffer.handle >= 0
15721571
assert buffer.size == 0
15731572
assert buffer.device_id == mr.device_id
1574-
1575-

0 commit comments

Comments
 (0)