mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
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]
|
if e_id in event_map and event_map[e_id]
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
def _get_events_txn(self, txn, event_ids, check_redacted=True,
|
def _get_events_txn(self, txn, event_ids, check_redacted=True,
|
||||||
get_prev_content=False, allow_rejected=False):
|
get_prev_content=False, allow_rejected=False):
|
||||||
return unwrap_deferred(self._get_events(
|
return unwrap_deferred(self._get_events(
|
||||||
|
Loading…
Reference in New Issue
Block a user