summary refs log tree commit diff
path: root/synapse/storage/stream.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-01-06 13:13:17 +0000
committerErik Johnston <erik@matrix.org>2015-01-06 13:13:17 +0000
commitaf1c7c7808d297711e4b76b862c41a5ec2ca3a9a (patch)
tree08210f2728dc1989708baac3eef165611725d64b /synapse/storage/stream.py
parentRemove debug lines (diff)
downloadsynapse-af1c7c7808d297711e4b76b862c41a5ec2ca3a9a.tar.xz
PEP8
Diffstat (limited to 'synapse/storage/stream.py')
-rw-r--r--synapse/storage/stream.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/stream.py b/synapse/storage/stream.py

index c51f489451..bd3a411ead 100644 --- a/synapse/storage/stream.py +++ b/synapse/storage/stream.py
@@ -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 "