🎈 auto fixes by pre-commit hooks
This commit is contained in:
@@ -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__(
|
||||
|
||||
Reference in New Issue
Block a user