From c67d95327eec74f7e796fd78b65d48e29d9a449d Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 10 Jun 2018 18:16:40 -0400 Subject: Remove dead package references. --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/client.py') 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 -- cgit v1.2.3