Skip to content

Commit a3aeb4b

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 0baae1d commit a3aeb4b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

discord/utils.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -626,14 +626,13 @@ async def get_or_fetch(
626626
The object of type that was specified or ``None`` if not found.
627627
"""
628628
from discord import (
629+
AppEmoji,
629630
Client,
630-
User,
631631
Guild,
632-
AppEmoji,
633632
GuildEmoji,
634633
Member,
634+
User,
635635
abc,
636-
637636
)
638637

639638
# TODO REMOVE THIS PART AfTER DEPREcIATION

0 commit comments

Comments
 (0)