Format code with ruff

This commit is contained in:
Andy Lee
2025-12-24 00:23:25 +00:00
parent b754474c44
commit a0e53ef8f1
4 changed files with 68 additions and 8 deletions

View File

@@ -314,7 +314,9 @@ class WeChatHistoryReader(BaseReader):
return concatenated_groups
def _create_concatenated_content(self, message_group: dict, contact_name: str) -> tuple[str, str]:
def _create_concatenated_content(
self, message_group: dict, contact_name: str
) -> tuple[str, str]:
"""
Create concatenated content from a group of messages.