Near-duplicate dedup rebuilt on three gates, backup credential leak closed, library consolidation started #255
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user