diff --git a/stdlib/3/asyncio/events.pyi b/stdlib/3/asyncio/events.pyi index b46b31386..5be3064bb 100644 --- a/stdlib/3/asyncio/events.pyi +++ b/stdlib/3/asyncio/events.pyi @@ -29,7 +29,7 @@ class Handle: def cancelled(self) -> bool: ... class TimerHandle(Handle): - def __init__(self, when: float, callback: Callable[..., Any], args: List[Any], + def __init__(self, when: float, callback: Callable[..., Any], args: Sequence[Any], loop: AbstractEventLoop) -> None: ... def __hash__(self) -> int: ... if sys.version_info >= (3, 7):