We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5065dc8 commit 2caf18dCopy full SHA for 2caf18d
1 file changed
ietf/dbtemplate/template.py
@@ -11,7 +11,7 @@
11
import debug # pyflakes:ignore
12
13
from django.template.loaders.base import Loader as BaseLoader
14
-from django.template.base import Template as DjangoTemplate, TemplateEncodingError # type: ignore (FIXME: remove when Django 2)
+from django.template.base import Template as DjangoTemplate, TemplateEncodingError # type: ignore
15
from django.template.exceptions import TemplateDoesNotExist
16
from django.utils.encoding import smart_text
17
0 commit comments