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/gateway.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/gateway.py')
| -rw-r--r-- | discord/gateway.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/gateway.py b/discord/gateway.py index d463ff73..0b54c1d2 100644 --- a/discord/gateway.py +++ b/discord/gateway.py @@ -29,7 +29,7 @@ import time import websockets import asyncio -from . import utils, compat +from . import utils from .activity import create_activity, _ActivityTag from .errors import ConnectionClosed, InvalidArgument import logging |