mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-24 19:49:19 -04:00
pep8 / pyflakes
This commit is contained in:
parent
d98660a60d
commit
78adccfaf4
2 changed files with 3 additions and 7 deletions
|
@ -21,7 +21,6 @@ from synapse.http.servlet import RestServlet
|
|||
|
||||
from ._base import client_v2_pattern, parse_json_dict_from_request
|
||||
|
||||
import simplejson as json
|
||||
import logging
|
||||
|
||||
|
||||
|
@ -72,5 +71,6 @@ class PasswordRestServlet(RestServlet):
|
|||
|
||||
defer.returnValue((200, {}))
|
||||
|
||||
|
||||
def register_servlets(hs, http_server):
|
||||
PasswordRestServlet(hs).register(http_server)
|
||||
PasswordRestServlet(hs).register(http_server)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue