Skip to content

Commit f8136e4

Browse files
committed
fix lint for comment
1 parent de20979 commit f8136e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def generate_wheels_matrix(
396396
f"{'-' if 'aarch64' in gpu_arch_type else ''}{gpu_arch_version.replace('-aarch64', '')}".replace(
397397
".", "_"
398398
)
399-
), #include special case for aarch64 build, remove the -aarch64 postfix
399+
), # include special case for aarch64 build, remove the -aarch64 postfix
400400
}
401401
)
402402
# Special build building to use on Colab. Python 3.11 for 12.4 CUDA

0 commit comments

Comments
 (0)