mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 01:38:40 +08:00
Import generics from standard modules in all third-party stubs (#7791)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import abc
|
||||
from _typeshed import Self
|
||||
from typing import Any, Callable, Generic, ItemsView, KeysView, Mapping, TypeVar, ValuesView
|
||||
from collections.abc import Callable, ItemsView, KeysView, Mapping, ValuesView
|
||||
from typing import Any, Generic, TypeVar
|
||||
|
||||
_T = TypeVar("_T")
|
||||
_U = TypeVar("_U")
|
||||
|
||||
Reference in New Issue
Block a user