🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-04-17 06:40:04 +00:00
parent dc96e26ca5
commit b305879541
6 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ class DirectMessageSender:
@staticmethod
async def send_message(
chat_stream: ChatStream,
chat_stream: ChatStream,
content: str,
reply_to_message: Optional[Message] = None,
) -> None: