Fix pyflakes warnings

This commit is contained in:
Mark Haines 2014-08-28 13:51:50 +01:00
parent 15ab5f5ad8
commit 7acede1e42
4 changed files with 4 additions and 10 deletions

View file

@ -35,7 +35,7 @@ class BaseRoomHandler(BaseHandler):
extra_users=[]):
snapshot.fill_out_prev_events(event)
store_id = yield self.store.persist_event(event)
yield self.store.persist_event(event)
destinations = set(extra_destinations)
# Send a PDU to all hosts who have joined the room.