summaryrefslogtreecommitdiff
path: root/tests/test_html_formatter.py
diff options
context:
space:
mode:
authorJean Abou-Samra <jean@abou-samra.fr>2023-02-01 23:26:15 +0100
committerGitHub <noreply@github.com>2023-02-01 23:26:15 +0100
commit54c68421de5037e7e0e5e3168b90543966933b19 (patch)
tree5cf832f2fed4d89b1719671a81c21315765dcb9b /tests/test_html_formatter.py
parent9d561d47ad32e5290708d7a290bac45d54ab9688 (diff)
downloadpygments-git-54c68421de5037e7e0e5e3168b90543966933b19.tar.gz
Fix some pyflakes lints in tests/ and scripts/ (#2333)
Diffstat (limited to 'tests/test_html_formatter.py')
-rw-r--r--tests/test_html_formatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_html_formatter.py b/tests/test_html_formatter.py
index e1a02b24..7b9b8015 100644
--- a/tests/test_html_formatter.py
+++ b/tests/test_html_formatter.py
@@ -231,7 +231,7 @@ def test_unicode_options():
def test_ctags():
try:
- import ctags
+ import ctags # noqa: F401
except ImportError:
# we can't check without the ctags module, but at least check the exception
assert pytest.raises(