diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-01-17 10:52:04 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-01-17 10:52:04 +0000 |
commit | a82b682b0781936687ebb7392618e10cf45cb823 (patch) | |
tree | 5fb8445a7d2d2737e09cc969b6a84e1bf91809db /synapse/http/matrixfederationclient.py | |
parent | Clarify this is not for use with a SOCKS proxy (diff) | |
download | synapse-a82b682b0781936687ebb7392618e10cf45cb823.tar.xz |
linting
Diffstat (limited to 'synapse/http/matrixfederationclient.py')
-rw-r--r-- | synapse/http/matrixfederationclient.py | 1 |
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() |