sort imports in tests (run make reformat lint)

This commit is contained in:
Suren Khorenyan 2023-12-31 00:41:14 +03:00
parent 7ec6e57993
commit 896b452495
5 changed files with 8 additions and 6 deletions

View file

@ -3,8 +3,10 @@ from typing import Any, Callable, Optional, Tuple
import pytest
from aiogram.utils.markdown import (
blockquote,
bold,
code,
hblockquote,
hbold,
hcode,
hide_link,
@ -19,8 +21,6 @@ from aiogram.utils.markdown import (
strikethrough,
text,
underline,
blockquote,
hblockquote,
)