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/shard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/shard.py') diff --git a/discord/shard.py b/discord/shard.py index a7fec0c4..7a736bfe 100644 --- a/discord/shard.py +++ b/discord/shard.py @@ -28,7 +28,7 @@ from .state import AutoShardedConnectionState from .client import Client from .gateway import * from .errors import ClientException, InvalidArgument -from . import compat, utils +from . import utils from .enums import Status import asyncio -- cgit v1.2.3