Wtf linter

This commit is contained in:
L. Kärkkäinen 2019-09-08 11:58:31 +03:00
parent 82bc2cfba9
commit fff519fae4

View File

@ -173,7 +173,7 @@ def json(
headers=None, headers=None,
content_type="application/json", content_type="application/json",
dumps=json_dumps, dumps=json_dumps,
**kwargs **kwargs,
): ):
""" """
Returns response object with body in json format. Returns response object with body in json format.