mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 09:48:40 +08:00
Remove duplicate definitions in sub-classes (#8594)
This commit is contained in:
@@ -49,7 +49,6 @@ class SMTPResponseException(SMTPException):
|
||||
def __init__(self, code: int, msg: bytes | str) -> None: ...
|
||||
|
||||
class SMTPSenderRefused(SMTPResponseException):
|
||||
smtp_code: int
|
||||
smtp_error: bytes
|
||||
sender: str
|
||||
args: tuple[int, bytes, str]
|
||||
@@ -151,7 +150,6 @@ class SMTP:
|
||||
def quit(self) -> _Reply: ...
|
||||
|
||||
class SMTP_SSL(SMTP):
|
||||
default_port: int
|
||||
keyfile: str | None
|
||||
certfile: str | None
|
||||
context: SSLContext
|
||||
|
||||
Reference in New Issue
Block a user