apply black isort

This commit is contained in:
latan 2024-09-06 12:16:56 +03:00
parent 8dd67d5dd1
commit a00f35ba29
2 changed files with 5 additions and 3 deletions

View file

@ -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)