mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 16:40:03 +03:00
make flake8 happy
This commit is contained in:
parent
2bd51a61f7
commit
067d3e00f6
|
@ -50,6 +50,7 @@ class TemplateEngineLoader(object):
|
|||
def select_template(self, template_name_list, using=None):
|
||||
return django_template_loader.select_template(template_name_list, using=self.engine_name)
|
||||
|
||||
|
||||
loader = TemplateEngineLoader()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user