summary refs log tree commit diff
path: root/synapse/http/matrixfederationclient.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-11-20 18:00:10 +0000
committerMark Haines <mark.haines@matrix.org>2014-11-20 18:00:10 +0000
commit610c2ea1314a8aeb0a5c3b8a06f67a4057e25a4c (patch)
tree52f9e08ad39ca4bf4fc19ff7d94e3794686a99c7 /synapse/http/matrixfederationclient.py
parentMerge pull request #20 from matrix-org/http_client_refactor (diff)
downloadsynapse-610c2ea1314a8aeb0a5c3b8a06f67a4057e25a4c.tar.xz
Fix pep8 and pyflakes warnings
Diffstat (limited to 'synapse/http/matrixfederationclient.py')
-rw-r--r--synapse/http/matrixfederationclient.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py
index b179c76496..510f07dd7b 100644
--- a/synapse/http/matrixfederationclient.py
+++ b/synapse/http/matrixfederationclient.py
@@ -62,8 +62,8 @@ class MatrixFederationHttpAgent(_AgentBase):
 
 
 class MatrixFederationHttpClient(object):
-    """HTTP client used to talk to other homeservers over the federation protocol.
-    Send client certificates and signs requests.
+    """HTTP client used to talk to other homeservers over the federation
+    protocol. Send client certificates and signs requests.
 
     Attributes:
         agent (twisted.web.client.Agent): The twisted Agent used to send the
@@ -305,4 +305,4 @@ class _JsonProducer(object):
         pass
 
     def stopProducing(self):
-        pass
\ No newline at end of file
+        pass