Skip to content

Commit 7edd190

Browse files
committed
sorting imports
1 parent c95d29b commit 7edd190

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cuda_python_test_helpers/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
import functools
45
import os
56
from contextlib import suppress
67
from typing import Union
78

89
import pytest
9-
import functools
1010

1111

1212
def _detect_wsl() -> bool:
@@ -20,6 +20,7 @@ def _detect_wsl() -> bool:
2020

2121
IS_WSL: bool = _detect_wsl()
2222

23+
2324
@functools.cache
2425
def supports_ipc_mempool(device_id: Union[int, object]) -> bool:
2526
"""Return True if the driver accepts creating an IPC-enabled mempool.

0 commit comments

Comments
 (0)