fix(types): remove unused new_env_var_secret import
tracker-policy-pr / check-pr (pull_request) Successful in 12s
lint / lint (push) Successful in 2m55s
test / integration-docker (pull_request) Successful in 15s
test / unit (pull_request) Successful in 39s
test / integration-firecracker (pull_request) Successful in 3m29s
test / coverage (pull_request) Failing after 18s
test / publish-infra (pull_request) Has been skipped

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-22 03:13:00 +00:00
parent 3b6f68d26d
commit c435e9088e
-1
View File
@@ -13,7 +13,6 @@ from unittest.mock import patch
from bot_bottle.orchestrator.broker import LaunchBroker, LaunchRequest, StubBroker from bot_bottle.orchestrator.broker import LaunchBroker, LaunchRequest, StubBroker
from bot_bottle.orchestrator.registry import RegistryStore from bot_bottle.orchestrator.registry import RegistryStore
from bot_bottle.orchestrator.secret_store import new_env_var_secret
from bot_bottle.orchestrator.service import Orchestrator from bot_bottle.orchestrator.service import Orchestrator
from bot_bottle.orchestrator.gateway import Gateway from bot_bottle.orchestrator.gateway import Gateway
from bot_bottle.store_manager import StoreManager from bot_bottle.store_manager import StoreManager