🎈 auto fixes by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot]
2025-03-22 11:06:42 +00:00
parent c610719a44
commit c2249fdfac
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -92,7 +92,8 @@ class PlatformManager:
asyncio.create_task(
self._task_wrapper(
asyncio.create_task(
inst.run(), name=f"platform_{platform_config['type']}_{platform_config['id']}"
inst.run(),
name=f"platform_{platform_config['type']}_{platform_config['id']}",
)
)
)
@@ -96,7 +96,6 @@ class WecomServer:
)
@register_platform_adapter("wecom", "wecom 适配器")
class WecomPlatformAdapter(Platform):
def __init__(