From 4c6f7be18607cbeaa23eab620710997921cde534 Mon Sep 17 00:00:00 2001 From: didericis-codex Date: Mon, 6 Jul 2026 16:10:58 -0400 Subject: [PATCH] refactor(bottle): move runner/state package (9/25) --- bot_bottle/backend/macos_container/launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot_bottle/backend/macos_container/launch.py b/bot_bottle/backend/macos_container/launch.py index d4e75fb..455e5fa 100644 --- a/bot_bottle/backend/macos_container/launch.py +++ b/bot_bottle/backend/macos_container/launch.py @@ -17,7 +17,7 @@ from contextlib import ExitStack, contextmanager from pathlib import Path from typing import Callable, Generator -from ...bottle_state import ( +from ...bottle.state import ( egress_state_dir, git_gate_state_dir, read_committed_image,