mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Use PEP 570 syntax in stdlib (#11250)
This commit is contained in:
@@ -227,7 +227,8 @@ class ProxyDigestAuthHandler(BaseHandler, AbstractDigestAuthHandler):
|
||||
class _HTTPConnectionProtocol(Protocol):
|
||||
def __call__(
|
||||
self,
|
||||
__host: str,
|
||||
host: str,
|
||||
/,
|
||||
*,
|
||||
port: int | None = ...,
|
||||
timeout: float = ...,
|
||||
|
||||
Reference in New Issue
Block a user