Skip to content

Commit d889957

Browse files
committed
Apply review suggestion (tuple → string in comment)
1 parent f6f87e3 commit d889957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/build_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def _check_cuda_bindings_installed():
187187
version_file_path = Path(bv.__file__).resolve()
188188
is_editable = repo_root in version_file_path.parents
189189

190-
# Extract major version from version tuple
190+
# Extract major version from version string
191191
bindings_version = bv.__version__
192192
bindings_major_version = bindings_version.split(".")[0]
193193

0 commit comments

Comments
 (0)