mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
apply black isort
This commit is contained in:
parent
8dd67d5dd1
commit
a00f35ba29
2 changed files with 5 additions and 3 deletions
|
|
@ -35,6 +35,7 @@ MESSAGES_AND_CONTENT_TYPES = [
|
|||
[TEST_MESSAGE_UNKNOWN, ContentType.UNKNOWN],
|
||||
]
|
||||
|
||||
|
||||
class TestMessage:
|
||||
@pytest.mark.parametrize(
|
||||
"message,content_type",
|
||||
|
|
@ -120,7 +121,8 @@ class TestMessage:
|
|||
],
|
||||
):
|
||||
message = InaccessibleMessage(
|
||||
message_id=42, chat=Chat(id=42, type="private"),
|
||||
message_id=42,
|
||||
chat=Chat(id=42, type="private"),
|
||||
)
|
||||
alias_name = "_".join(item for item in [alias_type, alias_for_method] if item)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue