We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390bbd6 commit 70911faCopy full SHA for 70911fa
1 file changed
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