From aa59762c041e107a9ebc699b5d78644a7e9aea5f Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 28 Feb 2017 17:39:59 -0500 Subject: [PATCH] Remove extra space. --- discord/role.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/role.py b/discord/role.py index 52ec05802..2fd7412ca 100644 --- a/discord/role.py +++ b/discord/role.py @@ -96,7 +96,7 @@ class Role(Hashable): return ''.format(self) 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 if self.guild != other.guild: