Skip to content

Commit 4a966e1

Browse files
committed
Format tweak
1 parent c0e2f55 commit 4a966e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

comment_spell_check/comment_spell_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def spell_check_comment(
147147

148148
mistakes = []
149149
for error_word in bad_words:
150-
151150
if output_lvl > 1:
152151
print(f" Error: {error_word}")
153152

comment_spell_check/lib/create_checker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def create_checker(dict_list="", verbose=False):
3737

3838

3939
if __name__ == "__main__":
40-
4140
print(sys.argv[1:])
4241
spell = create_checker(sys.argv[1:], True)
4342

0 commit comments

Comments
 (0)