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/invite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/invite.py') diff --git a/discord/invite.py b/discord/invite.py index 47d55159..acf7ce38 100644 --- a/discord/invite.py +++ b/discord/invite.py @@ -78,8 +78,8 @@ class Invite(Hashable): """ - __slots__ = ( 'max_age', 'code', 'guild', 'revoked', 'created_at', 'uses', - 'temporary', 'max_uses', 'inviter', 'channel', '_state' ) + __slots__ = ('max_age', 'code', 'guild', 'revoked', 'created_at', 'uses', + 'temporary', 'max_uses', 'inviter', 'channel', '_state') def __init__(self, *, state, data): self._state = state -- cgit v1.2.3