mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-22 03:41:28 +08:00
make pep561 compliant
This commit is contained in:
4
django-stubs/http/cookie.pyi
Normal file
4
django-stubs/http/cookie.pyi
Normal file
@@ -0,0 +1,4 @@
|
||||
from typing import Dict
|
||||
|
||||
|
||||
def parse_cookie(cookie: str) -> Dict[str, str]: ...
|
||||
Reference in New Issue
Block a user