pep8 & unused variable

This commit is contained in:
David Baker 2015-12-22 17:25:09 +00:00
parent 140a50f641
commit 9b4cd0cd0f
3 changed files with 3 additions and 4 deletions

View file

@ -35,8 +35,6 @@ class ActionGenerator:
@defer.inlineCallbacks
def handle_event(self, event):
users = yield self.store.get_users_in_room(event['room_id'])
bulk_evaluator = yield bulk_push_rule_evaluator.evaluator_for_room_id(
event['room_id'], self.hs, self.store
)