Fix spacing issue in control_start_bot.py

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-10 21:25:41 +00:00
parent b6d7df84ce
commit d178cc3e3d

View File

@@ -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