PEP8 and pyflakes

This commit is contained in:
Kegan Dougal 2015-02-25 17:42:28 +00:00
parent 978ce87c86
commit 29267cf9d7
2 changed files with 3 additions and 6 deletions

View File

@ -229,12 +229,10 @@ class ApplicationServiceStore(SQLBaseStore):
r.room_id for r in room_alias_mappings if
service.is_interested_in_alias(r.room_alias)
]
logging.debug(matching_alias_list)
logging.debug(matching_room_id_list)
# get all rooms for every user for this AS.
# TODO stub
yield self.cache_defer
# TODO get all rooms for every user for this AS.
defer.returnValue([RoomsForUser("!foo:bar", service.sender, "join")])

View File

@ -155,7 +155,6 @@ class DirectoryStore(SQLBaseStore):
) for r in results
])
def get_aliases_for_room(self, room_id):
return self._simple_select_onecol(
"room_aliases",