From c8b49d37be8c4aabb2d5896708f9dff91ffae368 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Fri, 22 Jun 2018 16:08:27 +0200 Subject: [lint] Fix incorrect and inconsistent whitespace Adjust whitespace to be consistent with the rest of the library. --- discord/role.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/role.py') diff --git a/discord/role.py b/discord/role.py index 151e2db6..e134667b 100644 --- a/discord/role.py +++ b/discord/role.py @@ -92,7 +92,7 @@ class Role(Hashable): """ __slots__ = ('id', 'name', 'permissions', 'color', 'colour', 'position', - 'managed', 'mentionable', 'hoist', 'guild', '_state' ) + 'managed', 'mentionable', 'hoist', 'guild', '_state') def __init__(self, *, guild, state, data): self.guild = guild -- cgit v1.2.3