aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2018-06-10 18:16:40 -0400
committerRapptz <[email protected]>2018-06-10 18:16:40 -0400
commitc67d95327eec74f7e796fd78b65d48e29d9a449d (patch)
tree015c4351d7942bf70b17817015a0170e6dfc8893 /discord/client.py
parentDrop support for Python 3.4 and make minimum version 3.5.2. (diff)
downloaddiscord.py-c67d95327eec74f7e796fd78b65d48e29d9a449d.tar.xz
discord.py-c67d95327eec74f7e796fd78b65d48e29d9a449d.zip
Remove dead package references.
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index a46f1637..2e4e7b60 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -35,7 +35,7 @@ from .activity import _ActivityTag, create_activity
from .voice_client import VoiceClient
from .http import HTTPClient
from .state import ConnectionState
-from . import utils, compat
+from . import utils
from .backoff import ExponentialBackoff
from .webhook import Webhook