mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
linting
This commit is contained in:
parent
1128d9b9b2
commit
a82b682b07
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ if PY3:
|
||||||
else:
|
else:
|
||||||
MAXINT = sys.maxint
|
MAXINT = sys.maxint
|
||||||
|
|
||||||
|
|
||||||
class ProxyMatrixFederationEndpointFactory(object):
|
class ProxyMatrixFederationEndpointFactory(object):
|
||||||
def __init__(self, hs):
|
def __init__(self, hs):
|
||||||
self.reactor = hs.get_reactor()
|
self.reactor = hs.get_reactor()
|
||||||
|
|
Loading…
Reference in a new issue