mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 10:53:23 +00:00
Apply isort (#1508)
This commit is contained in:
parent
69c359d23a
commit
0df95a0276
4 changed files with 5 additions and 5 deletions
|
|
@ -3,12 +3,14 @@ import pytest
|
|||
from aiogram.enums import MessageEntityType
|
||||
from aiogram.types import MessageEntity, User
|
||||
from aiogram.utils.formatting import (
|
||||
BlockQuote,
|
||||
Bold,
|
||||
BotCommand,
|
||||
CashTag,
|
||||
Code,
|
||||
CustomEmoji,
|
||||
Email,
|
||||
ExpandableBlockQuote,
|
||||
HashTag,
|
||||
Italic,
|
||||
PhoneNumber,
|
||||
|
|
@ -29,8 +31,6 @@ from aiogram.utils.formatting import (
|
|||
as_numbered_list,
|
||||
as_numbered_section,
|
||||
as_section,
|
||||
BlockQuote,
|
||||
ExpandableBlockQuote,
|
||||
)
|
||||
from aiogram.utils.text_decorations import html_decoration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue