gguf-py : fix flake8 lint

This commit is contained in:
Francis Couture-Harpin
2025-09-02 15:27:34 -04:00
parent 7724bf9e4f
commit 34bd024267

View File

@@ -303,6 +303,7 @@ def best_alignment_offset(ranges: tuple[LocalTensorRange, ...], alignment: int):
best_offset = offset best_offset = offset
return best_offset return best_offset
# (assuming this is only called where os.copy_file_range is present) # (assuming this is only called where os.copy_file_range is present)
# #
# Copy tensor ranges using os.copy_file_range with aligned offsets and sizes # Copy tensor ranges using os.copy_file_range with aligned offsets and sizes