Remove redundant imports and variables

This commit is contained in:
Kellen
2022-03-29 00:50:34 -06:00
committed by GitHub
parent f5acd9e8b6
commit 4fd2d5fdfd
7 changed files with 4 additions and 14 deletions

View File

@@ -40,7 +40,6 @@ from typing import (
Callable,
Tuple,
ClassVar,
Optional,
Type,
overload,
)
@@ -85,7 +84,7 @@ if TYPE_CHECKING:
from .types.embed import Embed as EmbedPayload
from .types.gateway import MessageReactionRemoveEvent, MessageUpdateEvent
from .abc import Snowflake
from .abc import GuildChannel, PartialMessageableChannel, MessageableChannel
from .abc import GuildChannel, MessageableChannel
from .components import Component
from .state import ConnectionState
from .channel import TextChannel