Skip to content

Commit

Permalink
InviteTarget Type-Hint Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1337Syntax committed Sep 27, 2023
1 parent 4f2a6df commit 92d9c4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions discord/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

from .object import OLDEST_OBJECT, Object
from .context_managers import Typing
from .enums import ApplicationCommandType, ChannelType
from .enums import ApplicationCommandType, ChannelType, InviteTarget
from .errors import ClientException
from .mentions import AllowedMentions
from .permissions import PermissionOverwrite, Permissions
Expand Down Expand Up @@ -96,7 +96,6 @@
CategoryChannel,
)
from .threads import Thread
from .enums import InviteTarget
from .types.channel import (
PermissionOverwrite as PermissionOverwritePayload,
Channel as ChannelPayload,
Expand Down

0 comments on commit 92d9c4a

Please sign in to comment.