mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
PEP8 cleanups
This commit is contained in:
parent
8fa3cc37f9
commit
d260a42ca2
7 changed files with 29 additions and 16 deletions
|
@ -62,7 +62,6 @@ class RoomMemberStore(SQLBaseStore):
|
|||
|
||||
yield self._execute(None, sql, event.room_id, domain)
|
||||
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def get_room_member(self, user_id, room_id):
|
||||
"""Retrieve the current state of a room member.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue