Skip to content

Commit

Permalink
chore: Applied black again?
Browse files Browse the repository at this point in the history
  • Loading branch information
LightDestory committed Feb 25, 2024
1 parent 1b826db commit aabaac9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/integration/telegram_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ async def send_command(
user: "User" = None,
chat: "Chat" = None,
reply_to_message: "Message | int | None" = None,
) -> "Message": ...
) -> "Message":
...

async def send_command(
self,
Expand Down Expand Up @@ -146,10 +147,12 @@ async def send_message(
entities: "list[MessageEntity] | None" = None,
reply_to_message: "Message | int | None" = None,
message_thread_id: "int | None" = None,
) -> "Message": ...
) -> "Message":
...

@overload
async def send_message(self, message: "Message") -> "Message": ...
async def send_message(self, message: "Message") -> "Message":
...

async def send_message(
self,
Expand Down

0 comments on commit aabaac9

Please sign in to comment.