diff --git a/dups.py b/dups.py index e685e91..01ca0ff 100644 --- a/dups.py +++ b/dups.py @@ -283,4 +283,4 @@ class Duplicates: if pair.did2 in self.preferred_path: print("Keep dir2") print( f"{len(self.per_path_dups)} duplicate files in per path dups" ) - return + return \ No newline at end of file