Skip to content

Commit 12d0052

Browse files
committed
Remove trailing comma
1 parent 3736d09 commit 12d0052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check50/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def _setup_translation():
4141
run,
4242
log, _log,
4343
hidden,
44-
Failure, Mismatch, Missing,
44+
Failure, Mismatch, Missing
4545
)
4646

4747

0 commit comments

Comments
 (0)