PEP8
This commit is contained in:
parent
386b7330d2
commit
f4d58deba1
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue