Skip to content

Commit cec0f33

Browse files
committed
Removed unused stuff.
- Legacy-Id: 12409
1 parent e6121ac commit cec0f33

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/utils/tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from django.conf import settings
1515
from django.core.management import call_command
16-
from django.template import Context, engines
16+
from django.template import Context
1717
from django.template.defaulttags import URLNode
1818
from django.template.loader import get_template
1919
from django.templatetags.static import StaticNode
@@ -111,7 +111,6 @@ class TemplateChecksTestCase(TestCase):
111111
def setUp(self):
112112
self.paths = list(get_template_paths())
113113
self.paths.sort()
114-
self.engine = engines['django']
115114
for path in self.paths:
116115
try:
117116
self.templates[path] = get_template(path).template

0 commit comments

Comments
 (0)