summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2022-10-27 07:19:07 +0200
committerGeorg Brandl <georg@python.org>2022-10-27 11:58:29 +0200
commit11dac32db5db1166b8d55dc85bc16d2085936c9a (patch)
treec5e59cbabf10790754b4f2bc915ed87b2dba8c09 /tests
parent2b45339f7d6966b1780b28f3b792266f0f48214c (diff)
downloadpygments-git-11dac32db5db1166b8d55dc85bc16d2085936c9a.tar.gz
all: style fixes
Diffstat (limited to 'tests')
-rw-r--r--tests/test_templates.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/test_templates.py b/tests/test_templates.py
index b841ccbc..9ed816f8 100644
--- a/tests/test_templates.py
+++ b/tests/test_templates.py
@@ -1,11 +1,7 @@
import pytest
-from pygments.lexers.templates import (
- JavascriptDjangoLexer,
- MasonLexer,
- SqlJinjaLexer,
- VelocityLexer,
-)
+from pygments.lexers.templates import JavascriptDjangoLexer, MasonLexer, \
+ SqlJinjaLexer, VelocityLexer
from pygments.token import Comment