Apply isort (#1508)

This commit is contained in:
Oleg A 2024-06-11 03:08:08 +03:00 committed by GitHub
parent 69c359d23a
commit 0df95a0276
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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