Skip to content

Commit 2fe17c8

Browse files
leofangclaude
andcommitted
Sort __all__ alphabetically in system/__init__.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 27ad775 commit 2fe17c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/cuda/core/system/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
__all__ = [
1313
"CUDA_BINDINGS_NVML_IS_COMPATIBLE",
1414
"get_kernel_mode_driver_version",
15-
"get_user_mode_driver_version",
1615
"get_num_devices",
1716
"get_process_name",
17+
"get_user_mode_driver_version",
1818
]
1919

2020

0 commit comments

Comments
 (0)