mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
PEP8
This commit is contained in:
parent
6c74fd62a0
commit
c3b37abdfd
2 changed files with 1 additions and 2 deletions
|
@ -629,7 +629,7 @@ class EventsStore(SQLBaseStore):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def _fetch_events(self, txn, events, check_redacted=True,
|
||||
get_prev_content=False, allow_rejected=False):
|
||||
get_prev_content=False, allow_rejected=False):
|
||||
if not events:
|
||||
defer.returnValue({})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue