Remove unused dependency

We used this for code highlighting when we had documentation in the
admin app.
This commit is contained in:
Chris Hill-Scott
2017-07-06 14:29:34 +01:00
parent 9f4018b36f
commit b69198bc0f
2 changed files with 0 additions and 4 deletions

View File

@@ -35,9 +35,6 @@ from notifications_utils.recipients import (
format_phone_number_human_readable,
)
from notifications_utils.formatters import formatted_list
from pygments import highlight
from pygments.formatters.html import HtmlFormatter
from pygments.lexers.javascript import JavascriptLexer
from werkzeug.exceptions import abort
from werkzeug.local import LocalProxy