mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-21 14:05:16 +03:00
Fixed lint
This commit is contained in:
parent
e26fe4356b
commit
604b9004c6
|
@ -10,6 +10,7 @@ from django.template.response import SimpleTemplateResponse
|
||||||
from django.utils import six
|
from django.utils import six
|
||||||
from rest_framework.compat import responses
|
from rest_framework.compat import responses
|
||||||
|
|
||||||
|
|
||||||
class Response(SimpleTemplateResponse):
|
class Response(SimpleTemplateResponse):
|
||||||
"""
|
"""
|
||||||
An HttpResponse that allows its data to be rendered into
|
An HttpResponse that allows its data to be rendered into
|
||||||
|
|
Loading…
Reference in New Issue
Block a user