Move PartialEmoji over to a new namespace to avoid circular imports

This commit is contained in:
Rapptz
2019-11-20 00:50:19 -05:00
parent e1a237a0d3
commit 15f0b000e1
5 changed files with 150 additions and 103 deletions

View File

@ -38,7 +38,8 @@ import gc
from .guild import Guild
from .activity import _ActivityTag
from .user import User, ClientUser
from .emoji import Emoji, PartialEmoji
from .emoji import Emoji
from .partial_emoji import PartialEmoji
from .message import Message
from .relationship import Relationship
from .channel import *