summaryrefslogtreecommitdiff
path: root/tests/test_highlighting.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_highlighting.py')
-rw-r--r--tests/test_highlighting.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_highlighting.py b/tests/test_highlighting.py
index efe2871c8..fca51d02f 100644
--- a/tests/test_highlighting.py
+++ b/tests/test_highlighting.py
@@ -8,7 +8,8 @@
:license: BSD, see LICENSE for details.
"""
-import mock
+from unittest import mock
+
from pygments.formatters.html import HtmlFormatter
from pygments.lexer import RegexLexer
from pygments.token import Text, Name