We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccb1fb commit 6d0ab1bCopy full SHA for 6d0ab1b
test/test_spell_check.py
@@ -10,7 +10,6 @@
10
11
@pytest.fixture(scope='module')
12
def known_words():
13
- global spell_check_words_path
14
return spell_check_words_path.read_text().splitlines()
15
16
0 commit comments