mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
stdlib/@python2: clean imports (#5453)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Any, Callable, Hashable, Iterable, Iterator, MutableMapping, Optional, TypeVar, Union
|
||||
from typing import Any, Hashable, Iterable, Iterator, MutableMapping, Optional, TypeVar, Union
|
||||
|
||||
_T = TypeVar("_T")
|
||||
_Setlike = Union[BaseSet[_T], Iterable[_T]]
|
||||
|
||||
Reference in New Issue
Block a user