make flake8 happy

This commit is contained in:
Bjoern Boschman 2020-07-31 11:41:42 +02:00
parent 2bd51a61f7
commit 067d3e00f6

View File

@ -50,6 +50,7 @@ class TemplateEngineLoader(object):
def select_template(self, template_name_list, using=None): def select_template(self, template_name_list, using=None):
return django_template_loader.select_template(template_name_list, using=self.engine_name) return django_template_loader.select_template(template_name_list, using=self.engine_name)
loader = TemplateEngineLoader() loader = TemplateEngineLoader()