Skip to content

Commit

Permalink
Remove invalid lang for quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishka17 committed Dec 29, 2023
1 parent 63aada7 commit 45d4e90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sulguk/entities/decoration.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ def render(self, state: State) -> None:

@dataclass
class Blockquote(DecoratedEntity):
language: Optional[str] = None

def _get_entity(self, offset: int, length: int) -> MessageEntity:
return MessageEntity(
type="blockquote", offset=offset, length=length,
Expand Down

0 comments on commit 45d4e90

Please sign in to comment.