#1579 Fixed Default object annotation resolution in pydantic models. Reformat code.

This commit is contained in:
JRoot Junior 2024-09-18 21:15:29 +03:00
parent a76fb42ba0
commit fd991c0710
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
4 changed files with 8 additions and 4 deletions

View file

@ -32,6 +32,7 @@ from aiogram.types import (
Message,
MessageReactionCountUpdated,
MessageReactionUpdated,
PaidMediaPurchased,
Poll,
PollAnswer,
PollOption,
@ -42,7 +43,6 @@ from aiogram.types import (
ShippingQuery,
Update,
User,
PaidMediaPurchased,
)
from aiogram.types.error_event import ErrorEvent
from tests.mocked_bot import MockedBot