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 .colour import Color, Colour
from .invite import Invite
from .object import Object
from .reaction import Reaction
from . import utils, opus, compat, abc
from . import utils, opus, abc
from .enums import *
from collections import namedtuple
from .embeds import Embed