From fff519fae475ec56e3872a116ab3b24850a37b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=2E=20K=C3=A4rkk=C3=A4inen?= Date: Sun, 8 Sep 2019 11:58:31 +0300 Subject: [PATCH] Wtf linter --- sanic/response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/response.py b/sanic/response.py index 95faa7e6..5f42fc1e 100644 --- a/sanic/response.py +++ b/sanic/response.py @@ -173,7 +173,7 @@ def json( headers=None, content_type="application/json", dumps=json_dumps, - **kwargs + **kwargs, ): """ Returns response object with body in json format.