mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:56:02 -04:00
PEP8 and pyflakes warnings
This commit is contained in:
parent
a09882de83
commit
333836ff92
2 changed files with 4 additions and 2 deletions
|
@ -623,7 +623,7 @@ class FederationHandler(BaseHandler):
|
|||
raise AuthError(403, "Host not in room.")
|
||||
|
||||
events = yield self.store.get_backfill_events(
|
||||
context,
|
||||
room_id,
|
||||
pdu_list,
|
||||
limit
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue