summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-01-10 16:38:00 +0000
committerErik Johnston <erik@matrix.org>2017-01-10 16:38:00 +0000
commit772b8ebe5419bc1ee32644d0a099bad89b9f7588 (patch)
tree52a58d0a739cd72e2b6892ee2c60f9f49416425e
parentMerge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff)
downloadsynapse-772b8ebe5419bc1ee32644d0a099bad89b9f7588.tar.xz
PEP8
-rw-r--r--synapse/storage/events.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py

index 13c7cb3cbc..4f4d5440a8 100644 --- a/synapse/storage/events.py +++ b/synapse/storage/events.py
@@ -617,7 +617,6 @@ class EventsStore(SQLBaseStore): [(ev.event_id,) for ev, _ in events_and_contexts] ) - self._simple_insert_many_txn( txn, table="event_json",