mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Reformat code
This commit is contained in:
parent
8b0ca520f3
commit
5c3f442866
5 changed files with 7 additions and 7 deletions
|
|
@ -15,9 +15,9 @@ if TYPE_CHECKING:
|
|||
CopyMessage,
|
||||
DeleteMessage,
|
||||
EditMessageCaption,
|
||||
EditMessageReplyMarkup,
|
||||
EditMessageLiveLocation,
|
||||
EditMessageMedia,
|
||||
EditMessageReplyMarkup,
|
||||
EditMessageText,
|
||||
ForwardMessage,
|
||||
PinChatMessage,
|
||||
|
|
|
|||
6
poetry.lock
generated
6
poetry.lock
generated
|
|
@ -776,7 +776,7 @@ trio = ["trio (>=0.16.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "pytz"
|
||||
version = "2022.4"
|
||||
version = "2022.5"
|
||||
description = "World timezone definitions, modern and historical"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
|
@ -1816,8 +1816,8 @@ python-socks = [
|
|||
{file = "python_socks-2.0.3-py3-none-any.whl", hash = "sha256:950723f27d2cf401e193a9e0a0d45baab848341298f5b397d27fda0c4635e9a9"},
|
||||
]
|
||||
pytz = [
|
||||
{file = "pytz-2022.4-py2.py3-none-any.whl", hash = "sha256:2c0784747071402c6e99f0bafdb7da0fa22645f06554c7ae06bf6358897e9c91"},
|
||||
{file = "pytz-2022.4.tar.gz", hash = "sha256:48ce799d83b6f8aab2020e369b627446696619e79645419610b9facd909b3174"},
|
||||
{file = "pytz-2022.5-py2.py3-none-any.whl", hash = "sha256:335ab46900b1465e714b4fda4963d87363264eb662aab5e65da039c25f1f5b22"},
|
||||
{file = "pytz-2022.5.tar.gz", hash = "sha256:c4d88f472f54d615e9cd582a5004d1e5f624854a6a27a6211591c251f22a6914"},
|
||||
]
|
||||
PyYAML = [
|
||||
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ idna==3.4 ; python_version >= "3.8" and python_version < "4.0"
|
|||
magic-filter==1.0.9 ; python_version >= "3.8" and python_version < "4.0"
|
||||
multidict==6.0.2 ; python_version >= "3.8" and python_version < "4.0"
|
||||
pydantic==1.10.2 ; python_version >= "3.8" and python_version < "4.0"
|
||||
pytz==2022.4 ; python_version >= "3.8" and python_version < "4.0"
|
||||
pytz==2022.5 ; python_version >= "3.8" and python_version < "4.0"
|
||||
typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
yarl==1.8.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ pygments==2.13.0 ; python_version >= "3.8" and python_version < "4.0"
|
|||
pymdown-extensions==9.6 ; python_version >= "3.8" and python_version < "4.0"
|
||||
pyparsing==3.0.9 ; python_version >= "3.8" and python_version < "4.0"
|
||||
python-socks[asyncio]==2.0.3 ; python_version >= "3.8" and python_version < "4.0"
|
||||
pytz==2022.4 ; python_version >= "3.8" and python_version < "4.0"
|
||||
pytz==2022.5 ; python_version >= "3.8" and python_version < "4.0"
|
||||
redis==4.3.4 ; python_version >= "3.8" and python_version < "4.0"
|
||||
requests==2.28.1 ; python_version >= "3.8" and python_version < "4"
|
||||
setuptools==65.5.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ from aiogram.methods import (
|
|||
SendVideoNote,
|
||||
SendVoice,
|
||||
StopMessageLiveLocation,
|
||||
UnpinChatMessage,
|
||||
TelegramMethod,
|
||||
UnpinChatMessage,
|
||||
)
|
||||
from aiogram.types import (
|
||||
Animation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue