From 0208d94df93b926492efc341aec0f32aad277a35 Mon Sep 17 00:00:00 2001 From: didericis Date: Mon, 8 Jun 2026 11:46:00 -0400 Subject: [PATCH] Remove unused port declaration --- bot_bottle/backend/smolmachines/resolve_plan.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bot_bottle/backend/smolmachines/resolve_plan.py b/bot_bottle/backend/smolmachines/resolve_plan.py index 7e1e252..474607f 100644 --- a/bot_bottle/backend/smolmachines/resolve_plan.py +++ b/bot_bottle/backend/smolmachines/resolve_plan.py @@ -31,13 +31,6 @@ from .bottle_plan import SmolmachinesBottlePlan from .util import smolmachines_bundle_subnet, smolmachines_preflight -# Gateway ports the bundle exposes inside its container — git-gate's -# git-daemon, supervise's MCP. The agent inside the smolvm guest -# dials these on the bundle's pinned IP. -_BUNDLE_GIT_GATE_PORT = 9418 -_BUNDLE_SUPERVISE_PORT = 9100 - - def resolve_plan( spec: BottleSpec, *, stage_dir: Path ) -> SmolmachinesBottlePlan: