PEP8 and pyflakes warnings

This commit is contained in:
Kegan Dougal 2015-01-07 16:18:12 +00:00
parent a09882de83
commit 333836ff92
2 changed files with 4 additions and 2 deletions

View file

@ -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
)