diff options
Diffstat (limited to 'tests/test_html_formatter.py')
-rw-r--r-- | tests/test_html_formatter.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_html_formatter.py b/tests/test_html_formatter.py index e1a02b24..541ccf06 100644 --- a/tests/test_html_formatter.py +++ b/tests/test_html_formatter.py @@ -7,11 +7,12 @@ """ import os -import re import tempfile from io import StringIO from os import path +import regex as re + import pytest from pygments.formatters import HtmlFormatter, NullFormatter |