mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Remove a bunch of unused imports (#3323)
This commit is contained in:
committed by
Jelle Zijlstra
parent
a6f146e651
commit
256b3ce8ab
@@ -1,6 +1,6 @@
|
||||
# Stubs for http.cookies (Python 3.5)
|
||||
|
||||
from typing import Generic, Dict, List, Mapping, MutableMapping, Optional, TypeVar, Union, Any
|
||||
from typing import Generic, Dict, List, Mapping, Optional, TypeVar, Union, Any
|
||||
|
||||
_DataType = Union[str, Mapping[str, Union[str, Morsel[Any]]]]
|
||||
_T = TypeVar('_T')
|
||||
|
||||
Reference in New Issue
Block a user