mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
feat: Fix Ruff comma
This commit is contained in:
parent
0eab850040
commit
1cd8d03ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class TestTextDecoration:
|
|||
[
|
||||
markdown_decoration,
|
||||
MessageEntity(type="text_link", offset=0, length=5, url="https://aiogram.dev"),
|
||||
"[test](https://aiogram.dev)"
|
||||
"[test](https://aiogram.dev)",
|
||||
],
|
||||
[markdown_decoration, MessageEntity(type="bold", offset=0, length=5), "*test*"],
|
||||
[markdown_decoration, MessageEntity(type="italic", offset=0, length=5), "_\rtest_\r"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue