From 96e32a10e22b330c431520a482042ae3106f071c Mon Sep 17 00:00:00 2001 From: Typer_Body Date: Sat, 21 Feb 2026 23:18:47 +0800 Subject: [PATCH] Update satori.py --- src/langbot/pkg/platform/sources/satori.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/langbot/pkg/platform/sources/satori.py b/src/langbot/pkg/platform/sources/satori.py index cd0061c1..6bfa342e 100644 --- a/src/langbot/pkg/platform/sources/satori.py +++ b/src/langbot/pkg/platform/sources/satori.py @@ -1088,4 +1088,3 @@ class SatoriAdapter(abstract_platform_adapter.AbstractMessagePlatformAdapter): async def run_async(self): """Async run wrapper""" await self.run() -