Reformat code

This commit is contained in:
Alex Root Junior 2020-06-27 16:59:52 +03:00
parent 46d01a6ae7
commit 6f53f15577

View file

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