Reformat code

This commit is contained in:
JRoot Junior 2024-07-06 20:48:27 +03:00
parent 46e033e6da
commit 03409450d0
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
8 changed files with 12 additions and 12 deletions

View file

@ -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

View file

@ -24,6 +24,7 @@ from aiogram.methods import (
SendLocation,
SendMediaGroup,
SendMessage,
SendPaidMedia,
SendPhoto,
SendPoll,
SendSticker,
@ -35,7 +36,6 @@ from aiogram.methods import (
StopMessageLiveLocation,
TelegramMethod,
UnpinChatMessage,
SendPaidMedia,
)
from aiogram.types import (
UNSET_PARSE_MODE,