diff --git a/stdlib/ssl.pyi b/stdlib/ssl.pyi index 09c8d0778..6443a6ea6 100644 --- a/stdlib/ssl.pyi +++ b/stdlib/ssl.pyi @@ -356,7 +356,6 @@ class SSLContext: keylog_filename: str post_handshake_auth: bool def __new__(cls: type[Self], protocol: int = ..., *args: Any, **kwargs: Any) -> Self: ... - def __init__(self, protocol: int = ...) -> None: ... def cert_store_stats(self) -> dict[str, int]: ... def load_cert_chain( self, certfile: StrOrBytesPath, keyfile: StrOrBytesPath | None = ..., password: _PasswordType | None = ...