Skip to content

Commit ca4da60

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 2a2818f commit ca4da60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

discord/components.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727

2828
from typing import TYPE_CHECKING, Any, ClassVar, TypeVar
2929

30-
from .enums import ButtonStyle, ChannelType, ComponentType, InputTextStyle, try_enum
31-
from .partial_emoji import PartialEmoji, _EmojiTag
32-
from .utils import MISSING, get_slots
3330
from .abc import GuildChannel
3431
from .emoji import AppEmoji, GuildEmoji
32+
from .enums import ButtonStyle, ChannelType, ComponentType, InputTextStyle, try_enum
3533
from .member import Member
34+
from .partial_emoji import PartialEmoji, _EmojiTag
3635
from .role import Role
3736
from .threads import Thread
3837
from .user import User
38+
from .utils import MISSING, get_slots
3939

4040
if TYPE_CHECKING:
4141
from .types.components import ActionRow as ActionRowPayload

0 commit comments

Comments
 (0)