Удален импорт UpdateUnion

This commit is contained in:
Денис Семёнов 2025-07-25 00:49:20 +03:00
parent e1064761e4
commit 8f93cf36e4

View File

@ -49,7 +49,6 @@ if TYPE_CHECKING:
from .types.chats import Chat, ChatMember, Chats
from .types.command import BotCommand
from .types.message import Message, Messages, NewMessageLink
from .types.updates import UpdateUnion
from .types.users import ChatAdmin, User
from .methods.types.added_admin_chat import AddedListAdminChat