mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Reformat code
This commit is contained in:
parent
46e033e6da
commit
03409450d0
8 changed files with 12 additions and 12 deletions
|
|
@ -2,12 +2,12 @@ import datetime
|
|||
|
||||
from aiogram.methods import SendPaidMedia
|
||||
from aiogram.types import (
|
||||
Message,
|
||||
Chat,
|
||||
PaidMediaPhoto,
|
||||
PaidMediaInfo,
|
||||
PhotoSize,
|
||||
InputPaidMediaPhoto,
|
||||
Message,
|
||||
PaidMediaInfo,
|
||||
PaidMediaPhoto,
|
||||
PhotoSize,
|
||||
)
|
||||
from tests.mocked_bot import MockedBot
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue