mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-22 02:52:07 +08:00
Various stubtest fixes (#5230)
This commit is contained in:
@@ -124,7 +124,7 @@ class SMTP:
|
||||
msg: _Message,
|
||||
from_addr: Optional[str] = ...,
|
||||
to_addrs: Optional[Union[str, Sequence[str]]] = ...,
|
||||
mail_options: List[str] = ...,
|
||||
mail_options: Sequence[str] = ...,
|
||||
rcpt_options: Sequence[str] = ...,
|
||||
) -> _SendErrs: ...
|
||||
def close(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user