Apply isort

This commit is contained in:
Oleg A 2024-06-11 02:29:36 +03:00
parent 69c359d23a
commit bc5db8bf27
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5
4 changed files with 5 additions and 5 deletions

View file

@ -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