From 08c4ec32836140721a417752a16579a16a55167f Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Sat, 20 Jun 2026 17:54:46 -0700 Subject: [PATCH] Ruff me up --- app/fanout/bot_exec.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/fanout/bot_exec.py b/app/fanout/bot_exec.py index e8b4e19..edf93d0 100644 --- a/app/fanout/bot_exec.py +++ b/app/fanout/bot_exec.py @@ -40,7 +40,8 @@ _bot_send_lock = asyncio.Lock() _last_bot_send_time: float = 0.0 # global container for persistent data storage between bot executions, will be added to execution namespace -_bot_globals: dict[str,Any] = {} +_bot_globals: dict[str, Any] = {} + @dataclass(frozen=True) class BotCallPlan: