summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-14 14:45:42 +0100
committerErik Johnston <erik@matrix.org>2015-05-14 14:45:42 +0100
commitf4d58deba19bde81b629c8ceb8df3aca60aa1e15 (patch)
tree767e6e6a473b5213cc5f3f9c2aff698a45e0cf65
parentMove from _base to events (diff)
downloadsynapse-f4d58deba19bde81b629c8ceb8df3aca60aa1e15.tar.xz
PEP8
-rw-r--r--synapse/storage/events.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py

index f960ef8350..28d2c0896b 100644 --- a/synapse/storage/events.py +++ b/synapse/storage/events.py
@@ -445,7 +445,6 @@ class EventsStore(SQLBaseStore): if e_id in event_map and event_map[e_id] ]) - def _get_events_txn(self, txn, event_ids, check_redacted=True, get_prev_content=False, allow_rejected=False): return unwrap_deferred(self._get_events( @@ -494,7 +493,7 @@ class EventsStore(SQLBaseStore): return event_map def _fetch_events_txn(self, txn, events, check_redacted=True, - get_prev_content=False, allow_rejected=False): + get_prev_content=False, allow_rejected=False): return unwrap_deferred(self._fetch_events( txn, events, check_redacted=check_redacted,