mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
rem empty line
This commit is contained in:
parent
979e159223
commit
a466fda6d3
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ class TextDecoration(ABC):
|
|||
:param entities: Array of MessageEntities
|
||||
:return:
|
||||
"""
|
||||
|
||||
result = "".join(
|
||||
self._unparse_entities(
|
||||
text.encode('utf-16-le'), sorted(entities, key=lambda item: item.offset) if entities else []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue