summaryrefslogtreecommitdiff
path: root/tests/test_textfmts.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_textfmts.py')
-rw-r--r--tests/test_textfmts.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_textfmts.py b/tests/test_textfmts.py
index 8a1b8eda..58b01908 100644
--- a/tests/test_textfmts.py
+++ b/tests/test_textfmts.py
@@ -9,7 +9,7 @@
import unittest
-from pygments.token import Operator, Number, Text, Token
+from pygments.token import Token
from pygments.lexers.textfmts import HttpLexer
@@ -38,4 +38,3 @@ class RubyTest(unittest.TestCase):
]
self.assertEqual(
tokens, list(self.lexer.get_tokens(fragment))[-len(tokens):])
-