From c6eafdfbaf5b4c7ffd525ad014b6cf075c6a0afa Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 3 Sep 2014 09:43:11 +0100 Subject: Add copyright notices and fix pyflakes errors --- synapse/handlers/room.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'synapse/handlers') diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py index 34a19bc64e..58afced8f5 100644 --- a/synapse/handlers/room.py +++ b/synapse/handlers/room.py @@ -111,8 +111,6 @@ class RoomCreationHandler(BaseRoomHandler): servers=[self.hs.hostname], ) - federation_handler = self.hs.get_handlers().federation_handler - @defer.inlineCallbacks def handle_event(event): snapshot = yield self.store.snapshot_room( -- cgit 1.4.1