We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af189e7 commit 972d998Copy full SHA for 972d998
cuda_pathfinder/cuda/pathfinder/__init__.py
@@ -1,7 +1,7 @@
1
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-from cuda.pathfinder._version import __version__ as __version__
+from cuda.pathfinder._version import __version__ # noqa: F401
5
6
from cuda.pathfinder._dynamic_libs.load_dl_common import DynamicLibNotFoundError as DynamicLibNotFoundError
7
from cuda.pathfinder._dynamic_libs.load_dl_common import LoadedDL as LoadedDL
0 commit comments