diff options
| author | Rapptz <[email protected]> | 2018-06-10 18:16:40 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-06-10 18:16:40 -0400 |
| commit | c67d95327eec74f7e796fd78b65d48e29d9a449d (patch) | |
| tree | 015c4351d7942bf70b17817015a0170e6dfc8893 /discord/message.py | |
| parent | Drop support for Python 3.4 and make minimum version 3.5.2. (diff) | |
| download | discord.py-c67d95327eec74f7e796fd78b65d48e29d9a449d.tar.xz discord.py-c67d95327eec74f7e796fd78b65d48e29d9a449d.zip | |
Remove dead package references.
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 5e78be48..38893a79 100644 --- a/discord/message.py +++ b/discord/message.py @@ -27,7 +27,7 @@ DEALINGS IN THE SOFTWARE. import asyncio import re -from . import utils, compat +from . import utils from .reaction import Reaction from .emoji import Emoji, PartialEmoji from .calls import CallMessage |