mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 09:04:11 -04:00
PEP8-ify
This commit is contained in:
parent
8beb613916
commit
fd40d992ad
4 changed files with 1 additions and 9 deletions
|
@ -58,7 +58,6 @@ class DirectoryHandler(BaseHandler):
|
|||
servers
|
||||
)
|
||||
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def create_association(self, user_id, room_alias, room_id, servers=None):
|
||||
# association creation for human users
|
||||
|
@ -75,7 +74,6 @@ class DirectoryHandler(BaseHandler):
|
|||
)
|
||||
yield self._create_association(room_alias, room_id, servers)
|
||||
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def create_appservice_association(self, service, room_alias, room_id,
|
||||
servers=None):
|
||||
|
@ -127,7 +125,6 @@ class DirectoryHandler(BaseHandler):
|
|||
# if room_id:
|
||||
# yield self._update_room_alias_events(user_id, room_id)
|
||||
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def get_association(self, room_alias):
|
||||
room_id = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue