mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-18 08:39:15 -04:00
PEP8
This commit is contained in:
parent
12819d5082
commit
af1c7c7808
2 changed files with 4 additions and 3 deletions
|
@ -142,7 +142,6 @@ class StreamStore(SQLBaseStore):
|
|||
limit=0, with_feedback=False):
|
||||
# TODO (erikj): Handle compressed feedback
|
||||
|
||||
|
||||
current_room_membership_sql = (
|
||||
"SELECT m.room_id FROM room_memberships as m "
|
||||
"INNER JOIN current_state_events as c ON m.event_id = c.event_id "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue