Skip to content

Commit 3a691df

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 91f6e3a commit 3a691df

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
@@ -115,4 +115,4 @@ def scan_and_update(file_path):
115115
print(f"The provided path '{file_path}' is not a valid file.")
116116
sys.exit(1)
117117
# Process the input file and update the dictionary
118-
new_word_count = scan_and_update(file_path)
118+
new_word_count = scan_and_update(file_path)

0 commit comments

Comments
 (0)