From a2b09c0ecd9cd4a522682b6244a829c41f178645 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 11 Feb 2023 18:40:17 -0500 Subject: [PATCH] Remove unused import --- discord/message.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discord/message.py b/discord/message.py index 379d786b0..f05f15c29 100644 --- a/discord/message.py +++ b/discord/message.py @@ -91,7 +91,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