mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 17:10:43 +03:00
pep8
This commit is contained in:
parent
18488b0290
commit
0546e866eb
1 changed files with 1 additions and 0 deletions
|
@ -92,5 +92,6 @@ class PresenceStatusRestServlet(ClientV1RestServlet):
|
|||
def on_OPTIONS(self, request):
|
||||
return (200, {})
|
||||
|
||||
|
||||
def register_servlets(hs, http_server):
|
||||
PresenceStatusRestServlet(hs).register(http_server)
|
||||
|
|
Loading…
Reference in a new issue