Skip to content

Commit d14413f

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 7b46217 commit d14413f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

discord/emoji.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,7 @@ class AppEmoji(BaseEmoji):
338338
The user that created the emoji.
339339
"""
340340

341-
__slots__: tuple[str, ...] = (
342-
"application_id",
343-
)
341+
__slots__: tuple[str, ...] = ("application_id",)
344342

345343
def __init__(
346344
self, *, application_id: int, state: ConnectionState, data: EmojiPayload

0 commit comments

Comments
 (0)