Skip to content

Commit 2caf18d

Browse files
author
Sasha Romijn
committed
Quick fix to stop mypy from failing
- Legacy-Id: 16949
1 parent 5065dc8 commit 2caf18d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/dbtemplate/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import debug # pyflakes:ignore
1212

1313
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)
14+
from django.template.base import Template as DjangoTemplate, TemplateEncodingError # type: ignore
1515
from django.template.exceptions import TemplateDoesNotExist
1616
from django.utils.encoding import smart_text
1717

0 commit comments

Comments
 (0)