Skip to content

Commit ffeca68

Browse files
savantodonbarbos
andauthored
Update stdlib/imaplib.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent 836fbcc commit ffeca68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/imaplib.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class IMAP4:
6161
def socket(self) -> _socket: ...
6262
def recent(self) -> _CommandResults: ...
6363
def response(self, code: str) -> _CommandResults: ...
64-
def append(self, mailbox: str, flags: str, date_time: str, message: ReadableBuffer) -> tuple[str, list[bytes]]: ...
64+
def append(self, mailbox: str, flags: str, date_time: str, message: ReadableBuffer) -> tuple[str, _list[bytes]]: ...
6565
def authenticate(self, mechanism: str, authobject: Callable[[bytes], bytes | None]) -> tuple[str, str]: ...
6666
def capability(self) -> _CommandResults: ...
6767
def check(self) -> _CommandResults: ...

0 commit comments

Comments
 (0)