Skip to content

Commit d715cea

Browse files
committed
black tweaks
1 parent 4cca351 commit d715cea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

comment_spell_check/comment_spell_check.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,9 @@ def comment_spell_check(args):
495495

496496
def main():
497497
parser = parseargs.create_parser()
498-
args = parseargs.parse_args()
498+
args = parseargs.parse_args(parser)
499499
comment_spell_check(args)
500500

501+
501502
if __name__ == "__main__":
502503
main()

tests/test_comment_spell_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# ==========================================================================*/
1818

1919
import sys
20-
import os
2120
import unittest
2221
import subprocess
2322

0 commit comments

Comments
 (0)