mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Delete many redundant method redefinitions (#6877)
This commit is contained in:
@@ -34,7 +34,6 @@ class Future(Awaitable[_T], Iterable[_T]):
|
||||
_blocking = False
|
||||
_log_traceback = False
|
||||
def __init__(self, *, loop: AbstractEventLoop | None = ...) -> None: ...
|
||||
def __repr__(self) -> str: ...
|
||||
def __del__(self) -> None: ...
|
||||
if sys.version_info >= (3, 7):
|
||||
def get_loop(self) -> AbstractEventLoop: ...
|
||||
|
||||
Reference in New Issue
Block a user