Skip to content

Commit e1b5b7e

Browse files
Fix flake8 issue in spellcheck test (#28)
1 parent 4d1e3a1 commit e1b5b7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_spell_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
@pytest.fixture(scope='module')
1212
def known_words():
13-
global spell_check_words_path
1413
return spell_check_words_path.read_text().splitlines()
1514

1615

0 commit comments

Comments
 (0)