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

@@ -66,10 +66,7 @@ if TYPE_CHECKING:
from .embeds import Embed
from .message import Attachment
from .flags import MessageFlags
from .enums import (
AuditLogAction,
InteractionResponseType,
)
from .enums import AuditLogAction
from .types import (
appinfo,
@@ -86,7 +83,6 @@ if TYPE_CHECKING:
role,
user,
webhook,
channel,
widget,
threads,
scheduled_event,