Remove dead package references.

This commit is contained in:
Rapptz
2018-06-10 18:16:40 -04:00
parent f25091efe1
commit c67d95327e
8 changed files with 7 additions and 9 deletions

View File

@ -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