appease pep8

This commit is contained in:
Paul "LeoNerd" Evans 2016-09-09 13:31:39 +01:00
parent 6eb0c8a2e4
commit bdbcfc2a80

View file

@ -43,7 +43,8 @@ class ThirdPartyProtocolsServlet(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):
super(ThirdPartyProtocolServlet, self).__init__()