mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
appease pep8
This commit is contained in:
parent
6eb0c8a2e4
commit
bdbcfc2a80
@ -43,7 +43,8 @@ class ThirdPartyProtocolsServlet(RestServlet):
|
|||||||
|
|
||||||
|
|
||||||
class ThirdPartyProtocolServlet(RestServlet):
|
class ThirdPartyProtocolServlet(RestServlet):
|
||||||
PATTERNS = client_v2_patterns("/thirdparty/protocol/(?P<protocol>[^/]+)$", releases=())
|
PATTERNS = client_v2_patterns("/thirdparty/protocol/(?P<protocol>[^/]+)$",
|
||||||
|
releases=())
|
||||||
|
|
||||||
def __init__(self, hs):
|
def __init__(self, hs):
|
||||||
super(ThirdPartyProtocolServlet, self).__init__()
|
super(ThirdPartyProtocolServlet, self).__init__()
|
||||||
|
Loading…
Reference in New Issue
Block a user