Skip to content

Commit 9e45627

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent fff74c4 commit 9e45627

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

discord/utils.py

+14-13
Original file line numberDiff line numberDiff line change
@@ -626,19 +626,20 @@ async def get_or_fetch(
626626
The object of type that was specified or ``None`` if not found.
627627
"""
628628
from discord import (
629-
Client,
630-
VoiceChannel,
631-
TextChannel,
632-
ForumChannel,
633-
StageChannel,
634-
CategoryChannel,
635-
Thread,
636-
Member,
637-
User,
638-
Guild,
639-
GuildEmoji,
640-
AppEmoji,
641-
)
629+
AppEmoji,
630+
CategoryChannel,
631+
Client,
632+
ForumChannel,
633+
Guild,
634+
GuildEmoji,
635+
Member,
636+
StageChannel,
637+
TextChannel,
638+
Thread,
639+
User,
640+
VoiceChannel,
641+
)
642+
642643
# TODO REMOVE THIS PART AfTER DEPREcIATION
643644
string_to_type = {
644645
"channel": TextChannel,

0 commit comments

Comments
 (0)