From f27ed3f7ce6fdd4e3ce7f36b8391ef8b95bad019 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 17 May 2026 10:50:32 +0100 Subject: [PATCH] style(secrets): format runtime command imports --- src/secrets/runtime-command-secrets.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/secrets/runtime-command-secrets.ts b/src/secrets/runtime-command-secrets.ts index 084a370e97c..222b17a9a4a 100644 --- a/src/secrets/runtime-command-secrets.ts +++ b/src/secrets/runtime-command-secrets.ts @@ -10,11 +10,8 @@ import { } from "./command-config.js"; import { getPath, setPathExistingStrict } from "./path-utils.js"; import { resolveSecretRefValue } from "./resolve.js"; -import { - getActiveSecretsRuntimeEnv, - getActiveSecretsRuntimeSnapshot, -} from "./runtime-state.js"; import { createResolverContext } from "./runtime-shared.js"; +import { getActiveSecretsRuntimeEnv, getActiveSecretsRuntimeSnapshot } from "./runtime-state.js"; import { resolveRuntimeWebTools } from "./runtime-web-tools.js"; import { assertExpectedResolvedSecretValue } from "./secret-value.js"; import { discoverConfigSecretTargetsByIds } from "./target-registry.js";