summaryrefslogtreecommitdiff
path: root/tests/test_smarty.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_smarty.py')
-rw-r--r--tests/test_smarty.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_smarty.py b/tests/test_smarty.py
index e1e079d9..a9bce11c 100644
--- a/tests/test_smarty.py
+++ b/tests/test_smarty.py
@@ -9,7 +9,7 @@
import unittest
-from pygments.token import Operator, Number, Text, Token
+from pygments.token import Token
from pygments.lexers import SmartyLexer
@@ -37,4 +37,3 @@ class SmartyTest(unittest.TestCase):
(Token.Other, u'\n'),
]
self.assertEqual(tokens, list(self.lexer.get_tokens(fragment)))
-