Ruff me up

This commit is contained in:
Jack Kingsman
2026-06-20 17:54:46 -07:00
parent f1e853ea0a
commit 08c4ec3283
+2 -1
View File
@@ -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: