chore: ruff format

This commit is contained in:
Soulter
2026-03-23 16:13:30 +08:00
parent 3c6cd22e2c
commit 31487995bb

View File

@@ -349,12 +349,16 @@ class LarkMessageEvent(AstrMessageEvent):
else:
return None
return {
"schema": "2.0",
"body": {
"elements": elements,
},
} if elements else None
return (
{
"schema": "2.0",
"body": {
"elements": elements,
},
}
if elements
else None
)
@staticmethod
async def _send_interactive_card(