From d178cc3e3d635d4d42f4aab8d62afdb975daedf5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 10 Jan 2026 21:25:41 +0000 Subject: [PATCH] Fix spacing issue in control_start_bot.py Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- .../plugins/control/control_start_bot/control_start_bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/autometabuilder/workflow/plugins/control/control_start_bot/control_start_bot.py b/backend/autometabuilder/workflow/plugins/control/control_start_bot/control_start_bot.py index 2fd720d..72d0a80 100644 --- a/backend/autometabuilder/workflow/plugins/control/control_start_bot/control_start_bot.py +++ b/backend/autometabuilder/workflow/plugins/control/control_start_bot/control_start_bot.py @@ -39,7 +39,6 @@ def reset_bot_state(): _reset_run_state() - def _run_bot_task(mode: str, iterations: int, yolo: bool, stop_at_mvp: bool) -> None: """Execute bot task in background thread.""" global _bot_process, _mock_running, _current_run_config