Skip to content

Commit bd9210b

Browse files
committed
Fix import sort
1 parent a9a4207 commit bd9210b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/tests/test_tensor_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
system,
1313
)
1414
from cuda.core._dlpack import DLDeviceType
15-
from cuda.core.utils import StridedMemoryView
1615
from cuda.core._tensor_map import (
1716
TensorMapDataType,
1817
TensorMapDescriptorOptions,
@@ -23,6 +22,7 @@
2322
TensorMapSwizzle,
2423
_require_view_device,
2524
)
25+
from cuda.core.utils import StridedMemoryView
2626

2727

2828
@pytest.fixture

0 commit comments

Comments
 (0)