mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Reformat code
This commit is contained in:
parent
46d01a6ae7
commit
6f53f15577
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue