Skip to content

Commit 42d3887

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 5d389f9 commit 42d3887

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

discord/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,9 +2243,7 @@ async def create_emoji(
22432243
)
22442244
return self._connection.maybe_store_app_emoji(self.application_id, data)
22452245

2246-
async def delete_emoji(
2247-
self, emoji: Snowflake
2248-
) -> None:
2246+
async def delete_emoji(self, emoji: Snowflake) -> None:
22492247
"""|coro|
22502248
22512249
Deletes the custom :class:`AppEmoji` from the application.

0 commit comments

Comments
 (0)