mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-22 03:41:28 +08:00
reformat with black
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
from typing import Any
|
||||
|
||||
from typing import Dict
|
||||
|
||||
SimpleCookie: Any
|
||||
|
||||
def parse_cookie(cookie: str) -> Dict[str, str]: ...
|
||||
|
||||
Reference in New Issue
Block a user