Fix pyflakes warnings

This commit is contained in:
Mark Haines 2014-10-27 10:33:17 +00:00
parent 15be181642
commit d56e389a95
4 changed files with 2 additions and 4 deletions

View file

@ -344,7 +344,7 @@ class RoomInitialSyncRestServlet(RestServlet):
@defer.inlineCallbacks
def on_GET(self, request, room_id):
user = yield self.auth.get_user_by_req(request)
yield self.auth.get_user_by_req(request)
# TODO: Get all the initial sync data for this room and return in the
# same format as initial sync, that is:
# {