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

@ -38,7 +38,7 @@ from .role import Role
from .invite import Invite
from .file import File
from .voice_client import VoiceClient
from . import utils, compat
from . import utils
class _Undefined:
def __repr__(self):