Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
make mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubu committed Apr 27, 2021
1 parent 7115567 commit ef8792a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/http/federation/matrix_federation_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ async def _do_connect(self, protocol_factory: IProtocolFactory) -> None:
host = server.host
port = server.port

endpoint: IStreamClientEndpoint
try:
if self.https_proxy_endpoint and not proxy_bypass(host.decode()):
logger.debug(
Expand Down

0 comments on commit ef8792a

Please sign in to comment.