From 853e6b2db0822a31be1254588dbea7f9542f60e8 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Sun, 22 Feb 2026 15:52:06 +0100 Subject: [PATCH] Fix flake8 issue in spellcheck test --- test/test_spell_check.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_spell_check.py b/test/test_spell_check.py index 0d406de..2555de4 100644 --- a/test/test_spell_check.py +++ b/test/test_spell_check.py @@ -10,7 +10,6 @@ @pytest.fixture(scope='module') def known_words(): - global spell_check_words_path return spell_check_words_path.read_text().splitlines()