Fixed line width
This commit is contained in:
parent
f47e571d92
commit
c102e76146
|
@ -233,7 +233,8 @@ class HTTPResponse(BaseHTTPResponse):
|
|||
return self._cookies
|
||||
|
||||
|
||||
def json(body, status=200, headers=None, content_type="application/json", **kwargs):
|
||||
def json(body, status=200, headers=None,
|
||||
content_type="application/json", **kwargs):
|
||||
"""
|
||||
Returns response object with body in json format.
|
||||
:param body: Response data to be serialized.
|
||||
|
|
Loading…
Reference in New Issue
Block a user