diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-11-20 18:00:10 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-11-20 18:00:10 +0000 |
commit | 610c2ea1314a8aeb0a5c3b8a06f67a4057e25a4c (patch) | |
tree | 52f9e08ad39ca4bf4fc19ff7d94e3794686a99c7 /synapse/http/endpoint.py | |
parent | Merge pull request #20 from matrix-org/http_client_refactor (diff) | |
download | synapse-610c2ea1314a8aeb0a5c3b8a06f67a4057e25a4c.tar.xz |
Fix pep8 and pyflakes warnings
Diffstat (limited to 'synapse/http/endpoint.py')
-rw-r--r-- | synapse/http/endpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/http/endpoint.py b/synapse/http/endpoint.py index f1b14a5657..9c8888f565 100644 --- a/synapse/http/endpoint.py +++ b/synapse/http/endpoint.py @@ -28,7 +28,7 @@ logger = logging.getLogger(__name__) def matrix_federation_endpoint(reactor, destination, ssl_context_factory=None, - timeout=None): + timeout=None): """Construct an endpoint for the given matrix destination. Args: |