feat: Fix Ruff comma

This commit is contained in:
K1rL3s 2026-02-16 06:34:06 +03:00
parent 0eab850040
commit 1cd8d03ddf

View file

@ -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"],