diff --git a/stdlib/3/asyncio/events.pyi b/stdlib/3/asyncio/events.pyi index 15d9461a4..cc5500bc7 100644 --- a/stdlib/3/asyncio/events.pyi +++ b/stdlib/3/asyncio/events.pyi @@ -34,6 +34,7 @@ class TimerHandle(Handle): def __hash__(self) -> int: ... class AbstractServer: + sockets: Optional[List[socket]] def close(self) -> None: ... @coroutine def wait_closed(self) -> Generator[Any, None, None]: ...