mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Bump flake8-pyi to 23.1.1 (#9599)
This commit is contained in:
@@ -41,7 +41,7 @@ class SMTPChannel(asynchat.async_chat):
|
||||
server: SMTPServer,
|
||||
conn: socket.socket,
|
||||
addr: Any,
|
||||
data_size_limit: int = 33554432,
|
||||
data_size_limit: int = ...,
|
||||
map: asyncore._MapType | None = None,
|
||||
enable_SMTPUTF8: bool = False,
|
||||
decode_data: bool = False,
|
||||
@@ -71,7 +71,7 @@ class SMTPServer(asyncore.dispatcher):
|
||||
self,
|
||||
localaddr: _Address,
|
||||
remoteaddr: _Address,
|
||||
data_size_limit: int = 33554432,
|
||||
data_size_limit: int = ...,
|
||||
map: asyncore._MapType | None = None,
|
||||
enable_SMTPUTF8: bool = False,
|
||||
decode_data: bool = False,
|
||||
|
||||
Reference in New Issue
Block a user