mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 23:33:48 +01:00
appease pep8
This commit is contained in:
parent
6eb0c8a2e4
commit
bdbcfc2a80
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue