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

@ -126,11 +126,6 @@ class BaseHomeServer(object):
object."""
return UserID.from_string(s, hs=self)
def parse_roomid(self, s):
"""Parse the string given by 's' as a Room ID and return a RoomID
object."""
return RoomID.from_string(s, hs=self)
def parse_roomalias(self, s):
"""Parse the string given by 's' as a Room Alias and return a RoomAlias
object."""