aboutsummaryrefslogtreecommitdiff
path: root/discord/invite.py
diff options
context:
space:
mode:
authorHornwitser <[email protected]>2018-06-22 16:08:27 +0200
committerRapptz <[email protected]>2018-08-22 21:43:53 -0400
commitc8b49d37be8c4aabb2d5896708f9dff91ffae368 (patch)
treed0b49a0532a69f7c34b330d54cc57b65719ad1ea /discord/invite.py
parent[lint] Remove unnecessary lambdas (diff)
downloaddiscord.py-c8b49d37be8c4aabb2d5896708f9dff91ffae368.tar.xz
discord.py-c8b49d37be8c4aabb2d5896708f9dff91ffae368.zip
[lint] Fix incorrect and inconsistent whitespace
Adjust whitespace to be consistent with the rest of the library.
Diffstat (limited to 'discord/invite.py')
-rw-r--r--discord/invite.py4
1 files changed, 2 insertions, 2 deletions
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