Skip to content

Commit ce13022

Browse files
committed
Sort commits
1 parent ecfc79f commit ce13022

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cuda_pathfinder/cuda/pathfinder/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

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

6+
from cuda.pathfinder._version import __version__ as __version__
7+
68
from cuda.pathfinder._dynamic_libs.load_dl_common import DynamicLibNotFoundError as DynamicLibNotFoundError
79
from cuda.pathfinder._dynamic_libs.load_dl_common import LoadedDL as LoadedDL
810
from cuda.pathfinder._dynamic_libs.load_nvidia_dynamic_lib import load_nvidia_dynamic_lib as load_nvidia_dynamic_lib
@@ -11,7 +13,6 @@
1113
)
1214
from cuda.pathfinder._headers.find_nvidia_headers import find_nvidia_header_directory as find_nvidia_header_directory
1315
from cuda.pathfinder._headers.supported_nvidia_headers import SUPPORTED_HEADERS_CTK as _SUPPORTED_HEADERS_CTK
14-
from cuda.pathfinder._version import __version__ as __version__
1516

1617
# Indirections to help Sphinx find the docstrings.
1718
#: Mapping from short CUDA Toolkit (CTK) library names to their canonical

0 commit comments

Comments
 (0)