Skip to content

Commit 1426277

Browse files
committed
Simplify import
1 parent 3dfd471 commit 1426277

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
@@ -3,7 +3,7 @@
33

44
"""cuda.pathfinder public APIs"""
55

6-
from cuda.pathfinder._version import __version__ as __version__
6+
from cuda.pathfinder._version import __version__ # noqa: F401
77

88
from cuda.pathfinder._dynamic_libs.load_dl_common import DynamicLibNotFoundError as DynamicLibNotFoundError
99
from cuda.pathfinder._dynamic_libs.load_dl_common import LoadedDL as LoadedDL

0 commit comments

Comments
 (0)