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() -