more cleanups: http

This commit is contained in:
Maxim Kurnikov
2018-08-14 13:25:23 +03:00
parent 23d431b5c5
commit 2b7b31a25e
2 changed files with 7 additions and 14 deletions

View File

@@ -287,15 +287,7 @@ class JsonResponse(HttpResponse):
wsgi_request: django.core.handlers.wsgi.WSGIRequest
def __init__(
self,
data: Union[
Dict[str, Dict[str, str]],
Dict[str, int],
Dict[str, str],
List[int],
List[str],
str,
UUID,
],
data: Any,
encoder: Type[DjangoJSONEncoder] = ...,
safe: bool = ...,
json_dumps_params: Optional[Dict[str, int]] = ...,