From df8f9c88de256c45385947dadf194405f3f67cc1 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 19 Mar 2021 17:17:29 +1100 Subject: [PATCH] whitespace removed --- dups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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