mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 13:00:12 +03:00
Fix formatting
This commit is contained in:
parent
0b76ec491d
commit
72aa78be9b
|
@ -54,8 +54,8 @@ class TemplateHTMLRendererTests(TestCase):
|
|||
|
||||
def _monkey_patch_get_template(self):
|
||||
"""
|
||||
Monkeypatch get_template
|
||||
"""
|
||||
Monkeypatch get_template
|
||||
"""
|
||||
self.get_template = django.template.loader.get_template
|
||||
|
||||
def get_template(template_name, dirs=None):
|
||||
|
|
Loading…
Reference in New Issue
Block a user