mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: apply lint&reformat (#1307)
This commit is contained in:
parent
ac62184443
commit
490381b57f
3 changed files with 4 additions and 7 deletions
|
|
@ -56,10 +56,10 @@ __all__ = [
|
|||
]
|
||||
|
||||
import re
|
||||
from typing import Callable, Literal, Optional, TYPE_CHECKING, cast
|
||||
from typing import TYPE_CHECKING, Callable, Literal, Optional, cast
|
||||
|
||||
from aiogram.utils.link import create_telegram_link
|
||||
from aiogram.utils.payload import encode_payload, decode_payload
|
||||
from aiogram.utils.payload import decode_payload, encode_payload
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from aiogram import Bot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue