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