Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishka17 committed Oct 1, 2023
1 parent e4050d5 commit 92e6682
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sulguk/entities/emoji.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ class Emoji(DecoratedEntity):

def _get_entity(self, offset: int, length: int) -> MessageEntity:
return MessageEntity(
type="custom_emoji", offset=offset, length=length, custom_emoji_id=self.custom_emoji_id,
type="custom_emoji",
offset=offset, length=length,
custom_emoji_id=self.custom_emoji_id,
)

0 comments on commit 92e6682

Please sign in to comment.