summaryrefslogtreecommitdiff
path: root/django/template/loaders/cached.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/template/loaders/cached.py')
-rw-r--r--django/template/loaders/cached.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/template/loaders/cached.py b/django/template/loaders/cached.py
index aead14490a..6736fbef9e 100644
--- a/django/template/loaders/cached.py
+++ b/django/template/loaders/cached.py
@@ -4,6 +4,7 @@ to load templates from them in order, caching the result.
"""
import hashlib
+
from django.template.base import Template, TemplateDoesNotExist
from django.utils.encoding import force_bytes