diff --git a/aiogram/api/methods/send_poll.py b/aiogram/api/methods/send_poll.py index b716a9c8..35fa45be 100644 --- a/aiogram/api/methods/send_poll.py +++ b/aiogram/api/methods/send_poll.py @@ -4,12 +4,12 @@ import datetime from typing import TYPE_CHECKING, Any, Dict, List, Optional, Union from ..types import ( + UNSET, ForceReply, InlineKeyboardMarkup, Message, ReplyKeyboardMarkup, ReplyKeyboardRemove, - UNSET, ) from .base import Request, TelegramMethod, prepare_parse_mode