Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ee77f4

Browse files
committed
Fix pep8 warning.
1 parent f39d408 commit 1ee77f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3/remove-duplicates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def runOnClass(args, imgs):
8080
help="Delete the smallest duplicate images instead "
8181
"of just listing them.")
8282
parser.add_argument('--sha256', action='store_true',
83-
help="Show sha256 sum for duplicate images")
83+
help="Show sha256 sum for duplicate images")
8484
args = parser.parse_args()
8585

8686
numFound = 0

0 commit comments

Comments
 (0)