Removed an unused import

- Legacy-Id: 18110
This commit is contained in:
Henrik Levkowetz 2020-06-30 20:24:23 +00:00
parent 90b4783082
commit 1743f0e591

View file

@ -45,7 +45,6 @@ from django.views.decorators.cache import cache_page
from django.utils.html import format_html from django.utils.html import format_html
from django.views.decorators.csrf import ensure_csrf_cookie, csrf_exempt from django.views.decorators.csrf import ensure_csrf_cookie, csrf_exempt
from django.views.generic import RedirectView from django.views.generic import RedirectView
from django.core.cache import caches
from ietf.doc.fields import SearchableDocumentsField from ietf.doc.fields import SearchableDocumentsField
from ietf.doc.models import Document, State, DocEvent, NewRevisionDocEvent, DocAlias from ietf.doc.models import Document, State, DocEvent, NewRevisionDocEvent, DocAlias