merge with stubgen output

This commit is contained in:
Maxim Kurnikov
2018-07-29 23:25:20 +03:00
parent 496a6274e7
commit 4866354600
294 changed files with 10234 additions and 10842 deletions
+8 -2
View File
@@ -1,4 +1,10 @@
# Stubs for django.http.cookie (Python 3.6)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Any
from typing import Dict
SimpleCookie: Any
def parse_cookie(cookie: str) -> Dict[str, str]: ...
def parse_cookie(cookie: str) -> Dict[str, str]: ...