mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-20 14:34:08 -04:00
Another batch of type annotations (#12726)
This commit is contained in:
parent
39bed28b28
commit
aec69d2481
11 changed files with 144 additions and 79 deletions
|
@ -245,7 +245,7 @@ def http_proxy_endpoint(
|
|||
proxy: Optional[bytes],
|
||||
reactor: IReactorCore,
|
||||
tls_options_factory: Optional[IPolicyForHTTPS],
|
||||
**kwargs,
|
||||
**kwargs: object,
|
||||
) -> Tuple[Optional[IStreamClientEndpoint], Optional[ProxyCredentials]]:
|
||||
"""Parses an http proxy setting and returns an endpoint for the proxy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue