diff options
author | Georg Brandl <georg@python.org> | 2021-01-18 21:38:53 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2021-01-20 10:52:51 +0100 |
commit | dc9bf0c256dbd88c72349822d59b25f9d8225dc6 (patch) | |
tree | 5ead8cd9fd013a4ad132d258b6ba8c7f5a5cc1c7 /tests/test_markdown_lexer.py | |
parent | 91474bd6788c6c3124edba1a09fa20860200c92a (diff) | |
download | pygments-git-dc9bf0c256dbd88c72349822d59b25f9d8225dc6.tar.gz |
tests: code style fixups
Diffstat (limited to 'tests/test_markdown_lexer.py')
-rw-r--r-- | tests/test_markdown_lexer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_markdown_lexer.py b/tests/test_markdown_lexer.py index 8415c212..cbbc1a70 100644 --- a/tests/test_markdown_lexer.py +++ b/tests/test_markdown_lexer.py @@ -7,7 +7,7 @@ """ import pytest -from pygments.token import Generic, Token, String, Keyword, Name +from pygments.token import Generic, Token, String from pygments.lexers.markup import MarkdownLexer |