Skip to content

Commit

Permalink
modified: contextualSpellCheck/contextualSpellCheck.py
Browse files Browse the repository at this point in the history
	- Formatted with black.
  • Loading branch information
it176131 committed Dec 9, 2024
1 parent 6f8bde1 commit 5cb57ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contextualSpellCheck/contextualSpellCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ def __init__(
debug_file_path = os.path.join(
current_path, "tests", "debugFile.txt"
)
with open(debug_file_path, "w+", encoding="utf8") as new_file:
with open(
debug_file_path, "w+", encoding="utf8"
) as new_file:
new_file.write("\n".join(words))
print("Final vocab at " + debug_file_path)

Expand Down

0 comments on commit 5cb57ff

Please sign in to comment.