mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-18 06:19:47 +08:00
Import generics from standard modules in all third-party stubs (#7791)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from typing import Any, AnyStr, Callable, Sequence, TypeVar
|
||||
from collections.abc import Callable, Sequence
|
||||
from typing import Any, AnyStr, TypeVar
|
||||
|
||||
def with_repr(attrs: Sequence[AnyStr | Attribute]) -> Callable[..., Any]: ...
|
||||
def with_cmp(attrs: Sequence[AnyStr | Attribute]) -> Callable[..., Any]: ...
|
||||
|
||||
Reference in New Issue
Block a user