mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-22 19:13:34 +08:00
Consistently use '= ...' for optional parameters.
This commit is contained in:
@@ -11,5 +11,5 @@ class TCPServer():
|
||||
self,
|
||||
server_address: Tuple[str, int],
|
||||
request_handler: BaseRequestHandler,
|
||||
bind_and_activate: bool = True,
|
||||
bind_and_activate: bool = ...,
|
||||
) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user