Reformat code

This commit is contained in:
Alex Root Junior 2022-10-22 01:02:56 +03:00
parent 8b0ca520f3
commit 5c3f442866
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
5 changed files with 7 additions and 7 deletions

View file

@ -15,9 +15,9 @@ if TYPE_CHECKING:
CopyMessage, CopyMessage,
DeleteMessage, DeleteMessage,
EditMessageCaption, EditMessageCaption,
EditMessageReplyMarkup,
EditMessageLiveLocation, EditMessageLiveLocation,
EditMessageMedia, EditMessageMedia,
EditMessageReplyMarkup,
EditMessageText, EditMessageText,
ForwardMessage, ForwardMessage,
PinChatMessage, PinChatMessage,

6
poetry.lock generated
View file

@ -776,7 +776,7 @@ trio = ["trio (>=0.16.0)"]
[[package]] [[package]]
name = "pytz" name = "pytz"
version = "2022.4" version = "2022.5"
description = "World timezone definitions, modern and historical" description = "World timezone definitions, modern and historical"
category = "main" category = "main"
optional = false optional = false
@ -1816,8 +1816,8 @@ python-socks = [
{file = "python_socks-2.0.3-py3-none-any.whl", hash = "sha256:950723f27d2cf401e193a9e0a0d45baab848341298f5b397d27fda0c4635e9a9"}, {file = "python_socks-2.0.3-py3-none-any.whl", hash = "sha256:950723f27d2cf401e193a9e0a0d45baab848341298f5b397d27fda0c4635e9a9"},
] ]
pytz = [ pytz = [
{file = "pytz-2022.4-py2.py3-none-any.whl", hash = "sha256:2c0784747071402c6e99f0bafdb7da0fa22645f06554c7ae06bf6358897e9c91"}, {file = "pytz-2022.5-py2.py3-none-any.whl", hash = "sha256:335ab46900b1465e714b4fda4963d87363264eb662aab5e65da039c25f1f5b22"},
{file = "pytz-2022.4.tar.gz", hash = "sha256:48ce799d83b6f8aab2020e369b627446696619e79645419610b9facd909b3174"}, {file = "pytz-2022.5.tar.gz", hash = "sha256:c4d88f472f54d615e9cd582a5004d1e5f624854a6a27a6211591c251f22a6914"},
] ]
PyYAML = [ PyYAML = [
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},

View file

@ -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" 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" 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" 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" 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" yarl==1.8.1 ; python_version >= "3.8" and python_version < "4.0"

View file

@ -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" 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" 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" 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" 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" 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" setuptools==65.5.0 ; python_version >= "3.8" and python_version < "4.0"

View file

@ -31,8 +31,8 @@ from aiogram.methods import (
SendVideoNote, SendVideoNote,
SendVoice, SendVoice,
StopMessageLiveLocation, StopMessageLiveLocation,
UnpinChatMessage,
TelegramMethod, TelegramMethod,
UnpinChatMessage,
) )
from aiogram.types import ( from aiogram.types import (
Animation, Animation,