Skip to content

Commit 972d998

Browse files
committed
Simplify import
1 parent af189e7 commit 972d998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_pathfinder/cuda/pathfinder/__init__.py

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

4-
from cuda.pathfinder._version import __version__ as __version__
4+
from cuda.pathfinder._version import __version__ # noqa: F401
55

66
from cuda.pathfinder._dynamic_libs.load_dl_common import DynamicLibNotFoundError as DynamicLibNotFoundError
77
from cuda.pathfinder._dynamic_libs.load_dl_common import LoadedDL as LoadedDL

0 commit comments

Comments
 (0)