mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
sort imports in tests (run make reformat lint)
This commit is contained in:
parent
7ec6e57993
commit
896b452495
5 changed files with 8 additions and 6 deletions
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue