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/message.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'discord/message.py') diff --git a/discord/message.py b/discord/message.py index c6559616..f8af8e2f 100644 --- a/discord/message.py +++ b/discord/message.py @@ -194,13 +194,13 @@ class Message: - ``cover_image``: A string representing the embed's image asset ID. """ - __slots__ = ( '_edited_timestamp', 'tts', 'content', 'channel', 'webhook_id', - 'mention_everyone', 'embeds', 'id', 'mentions', 'author', - '_cs_channel_mentions', '_cs_raw_mentions', 'attachments', - '_cs_clean_content', '_cs_raw_channel_mentions', 'nonce', 'pinned', - 'role_mentions', '_cs_raw_role_mentions', 'type', 'call', - '_cs_system_content', '_cs_guild', '_state', 'reactions', - 'application', 'activity' ) + __slots__ = ('_edited_timestamp', 'tts', 'content', 'channel', 'webhook_id', + 'mention_everyone', 'embeds', 'id', 'mentions', 'author', + '_cs_channel_mentions', '_cs_raw_mentions', 'attachments', + '_cs_clean_content', '_cs_raw_channel_mentions', 'nonce', 'pinned', + 'role_mentions', '_cs_raw_role_mentions', 'type', 'call', + '_cs_system_content', '_cs_guild', '_state', 'reactions', + 'application', 'activity') def __init__(self, *, state, channel, data): self._state = state -- cgit v1.2.3