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 3dfd471 commit 1426277Copy full SHA for 1426277
cuda_pathfinder/cuda/pathfinder/__init__.py
@@ -3,7 +3,7 @@
3
4
"""cuda.pathfinder public APIs"""
5
6
-from cuda.pathfinder._version import __version__ as __version__
+from cuda.pathfinder._version import __version__ # noqa: F401
7
8
from cuda.pathfinder._dynamic_libs.load_dl_common import DynamicLibNotFoundError as DynamicLibNotFoundError
9
from cuda.pathfinder._dynamic_libs.load_dl_common import LoadedDL as LoadedDL
0 commit comments