Skip to content

Commit 78e3a62

Browse files
committed
Summary: Fix unused import
- Legacy-Id: 8991
1 parent dc38839 commit 78e3a62

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/doc/templatetags/ietf_filters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from django import template
1111
from django.conf import settings
1212
from django.utils.html import escape, fix_ampersands
13-
from django.utils.text import wrap
1413
from django.template.defaultfilters import truncatewords_html, linebreaksbr, stringfilter, striptags, urlize
1514
from django.template import resolve_variable
1615
from django.utils.safestring import mark_safe, SafeData

0 commit comments

Comments
 (0)