diff options
| author | Hornwitser <[email protected]> | 2018-06-12 05:05:00 +0200 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-08-22 21:43:50 -0400 |
| commit | d58fc0cceed63b9536a2151168b0e40144ba5d81 (patch) | |
| tree | 05ad3b3f98c107f08d9b186458333469f006a9b5 /discord/message.py | |
| parent | Fix Reaction.users documentation (diff) | |
| download | discord.py-d58fc0cceed63b9536a2151168b0e40144ba5d81.tar.xz discord.py-d58fc0cceed63b9536a2151168b0e40144ba5d81.zip | |
[lint] Remove unused imports
Left over from various refactoring and rewrites.
Diffstat (limited to 'discord/message.py')
| -rw-r--r-- | discord/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.py b/discord/message.py index dc55c72a..526738e8 100644 --- a/discord/message.py +++ b/discord/message.py @@ -32,7 +32,7 @@ from .reaction import Reaction from .emoji import Emoji, PartialEmoji from .calls import CallMessage from .enums import MessageType, try_enum -from .errors import InvalidArgument, ClientException, HTTPException, NotFound +from .errors import InvalidArgument, ClientException from .embeds import Embed class Attachment: |