summary refs log tree commit diff
path: root/synapse/http/matrixfederationclient.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-01-17 10:52:04 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-01-17 10:52:04 +0000
commita82b682b0781936687ebb7392618e10cf45cb823 (patch)
tree5fb8445a7d2d2737e09cc969b6a84e1bf91809db /synapse/http/matrixfederationclient.py
parentClarify this is not for use with a SOCKS proxy (diff)
downloadsynapse-a82b682b0781936687ebb7392618e10cf45cb823.tar.xz
linting
Diffstat (limited to 'synapse/http/matrixfederationclient.py')
-rw-r--r--synapse/http/matrixfederationclient.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py
index e1fc1f1c56..e56c2012f2 100644
--- a/synapse/http/matrixfederationclient.py
+++ b/synapse/http/matrixfederationclient.py
@@ -64,6 +64,7 @@ if PY3:
 else:
     MAXINT = sys.maxint
 
+
 class ProxyMatrixFederationEndpointFactory(object):
     def __init__(self, hs):
         self.reactor = hs.get_reactor()