refactor(bottle): finish bottle package move
lint / lint (push) Successful in 2m6s
test / unit (pull_request) Failing after 54s
test / integration (pull_request) Successful in 22s
test / coverage (pull_request) Successful in 1m11s

This commit is contained in:
2026-07-06 16:13:30 -04:00
committed by codex
parent 29249f93b7
commit 931a4043df
13 changed files with 687 additions and 393 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from __future__ import annotations
import argparse
from ..backend import BottleSpec
from ..bottle_state import read_metadata
from ..bottle.state import read_metadata
from ..log import die
from ..manifest import ManifestIndex
from ._common import PROG, USER_CWD