mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-19 19:58:41 -04:00
PEP8-ify
This commit is contained in:
parent
8beb613916
commit
fd40d992ad
4 changed files with 1 additions and 9 deletions
|
@ -65,7 +65,7 @@ class RegisterRestServlet(AppServiceRestServlet):
|
|||
hs_token = app_service.hs_token
|
||||
|
||||
defer.returnValue((200, {
|
||||
"hs_token": hs_token
|
||||
"hs_token": hs_token
|
||||
}))
|
||||
|
||||
def _parse_namespace(self, target_ns, origin_ns, ns):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue