diff --git a/django_pygments/utils.py b/django_pygments/utils.py index 51748d4..cc76698 100644 --- a/django_pygments/utils.py +++ b/django_pygments/utils.py @@ -1,7 +1,4 @@ -import warnings -warnings.simplefilter('ignore') from pygments.lexers import LEXERS, get_lexer_by_name -warnings.resetwarnings() from pygments import highlight from pygments.formatters import HtmlFormatter import re