Fixes linting and does a little formatting

This commit is contained in:
stumpylog
2026-09-01 15:09:43 -07:00
parent fdef4a99a7
commit 3bc8ee8425
2 changed files with 67 additions and 66 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ def replace_with_symlinks(
total_duplicates = 0
space_saved = 0
for file_hash, file_list in duplicate_groups.items():
for file_list in duplicate_groups.values():
# Keep the first file as the original, replace others with symlinks
original_file = file_list[0]
duplicates = file_list[1:]