Browse Source

Remove unused import

pull/10109/head
Rapptz 2 years ago
committed by dolfies
parent
commit
ad6c727468
  1. 1
      discord/message.py

1
discord/message.py

@ -97,7 +97,6 @@ if TYPE_CHECKING:
from .abc import GuildChannel, MessageableChannel
from .components import ActionRow, ActionRowChildComponentType
from .state import ConnectionState
from .channel import TextChannel
from .mentions import AllowedMentions
from .user import User
from .role import Role

Loading…
Cancel
Save