mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 02:19:54 +00:00
Reformat code
This commit is contained in:
parent
ee8e457c5f
commit
2cf224da49
5 changed files with 14 additions and 6 deletions
|
|
@ -1,4 +1,8 @@
|
|||
from aiogram.methods import Request, UnpinAllForumTopicMessages, UnpinAllGeneralForumTopicMessages
|
||||
from aiogram.methods import (
|
||||
Request,
|
||||
UnpinAllForumTopicMessages,
|
||||
UnpinAllGeneralForumTopicMessages,
|
||||
)
|
||||
from tests.mocked_bot import MockedBot
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ from aiogram.types import (
|
|||
PollOption,
|
||||
ProximityAlertTriggered,
|
||||
Sticker,
|
||||
Story,
|
||||
SuccessfulPayment,
|
||||
User,
|
||||
UserShared,
|
||||
|
|
@ -73,7 +74,6 @@ from aiogram.types import (
|
|||
VideoNote,
|
||||
Voice,
|
||||
WebAppData,
|
||||
Story,
|
||||
)
|
||||
from aiogram.types.message import ContentType, Message
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue