Skip to content

Commit ae4c0b4

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 9bd8b84 commit ae4c0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/add_to_dictionary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ def scan_and_update(file_path):
100100
print(f"The provided path '{file_path}' is not a valid file.")
101101
sys.exit(1)
102102
# Process the input file and update the dictionary
103-
new_word_count = scan_and_update(file_path)
103+
new_word_count = scan_and_update(file_path)

0 commit comments

Comments
 (0)