Remove extra space.
This commit is contained in:
parent
8daf411c72
commit
aa59762c04
@ -96,7 +96,7 @@ class Role(Hashable):
|
|||||||
return '<Role id={0.id} name={0.name!r}>'.format(self)
|
return '<Role id={0.id} name={0.name!r}>'.format(self)
|
||||||
|
|
||||||
def __lt__(self, other):
|
def __lt__(self, other):
|
||||||
if not isinstance(other, Role) or not isinstance(self, Role):
|
if not isinstance(other, Role) or not isinstance(self, Role):
|
||||||
return NotImplemented
|
return NotImplemented
|
||||||
|
|
||||||
if self.guild != other.guild:
|
if self.guild != other.guild:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user