Near-duplicate dedup rebuilt on three gates, backup credential leak closed, library consolidation started #255

Merged
bvandeusen merged 8 commits from dev into main 2026-09-21 11:11:39 -04:00
Showing only changes of commit 84f873eb1b - Show all commits
+1 -1
View File
@@ -112,7 +112,7 @@ def fingerprint(pil_image):
return None
def fingerprint_path(path) -> "Image.Image | None":
def fingerprint_path(path) -> Image.Image | None:
"""`fingerprint` for a file on disk. None if it cannot be read — which
the gate treats as "not a duplicate"."""
try: