fix: resolve pyright strict errors
lint / lint (push) Successful in 1m38s
test / unit (pull_request) Successful in 38s
test / integration (pull_request) Successful in 21s

This commit is contained in:
2026-06-09 02:15:18 +00:00
committed by didericis (codex)
parent a413a07cac
commit 626fe32896
10 changed files with 23 additions and 27 deletions
+1 -2
View File
@@ -36,7 +36,7 @@ def resolve_plan(
resolved_env: ResolvedEnv,
agent_provision_plan: AgentProvisionPlan,
egress_plan: EgressPlan,
supervise_plan: SupervisePlan,
supervise_plan: SupervisePlan | None,
git_gate_plan: GitGatePlan,
stage_dir: Path,
) -> DockerBottlePlan:
@@ -60,4 +60,3 @@ def resolve_plan(
# workspace_plan=workspace_plan,
)