Skip to content

Commit 1f00090

Browse files
committed
gguf-py : fix flake8 lint
1 parent bbc35dd commit 1f00090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gguf-py/gguf/utility.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ def best_alignment_offset(ranges: tuple[LocalTensorRange, ...], alignment: int):
299299
best_offset = offset
300300
return best_offset
301301

302+
302303
# (assuming this is only called where os.copy_file_range is present)
303304
#
304305
# Copy tensor ranges using os.copy_file_range with aligned offsets and sizes

0 commit comments

Comments
 (0)