mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-05 23:41:34 +08:00
Add missing Dict imports.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stubs for http.cookies (Python 3.5)
|
||||
|
||||
from typing import Generic, List, Mapping, MutableMapping, Optional, TypeVar, Union
|
||||
from typing import Generic, Dict, List, Mapping, MutableMapping, Optional, TypeVar, Union
|
||||
|
||||
_DataType = Union[str, Mapping[str, Union[str, 'Morsel']]]
|
||||
_T = TypeVar('_T')
|
||||
|
||||
Reference in New Issue
Block a user