mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-09-18 09:43:18 +08:00
fifth iteration
This commit is contained in:
@@ -289,7 +289,6 @@ class JsonResponse(HttpResponse):
|
||||
self,
|
||||
data: Union[
|
||||
Dict[str, Dict[str, str]],
|
||||
Dict[str, Union[Dict[str, bool], List[Dict[str, str]]]],
|
||||
Dict[str, int],
|
||||
Dict[str, str],
|
||||
List[int],
|
||||
|
||||
Reference in New Issue
Block a user