diff --git a/core/src/template-string/template-string.ts b/core/src/template-string/template-string.ts index c1f230fe20..13c1d53a8a 100644 --- a/core/src/template-string/template-string.ts +++ b/core/src/template-string/template-string.ts @@ -9,11 +9,7 @@ import type { GardenErrorParams } from "../exceptions.js" import { ConfigurationError, GardenError, InternalError, TemplateStringError } from "../exceptions.js" import type { ConfigContext, ContextKeySegment, ContextResolveOpts } from "../config/template-contexts/base.js" -import { - CONTEXT_RESOLVE_KEY_AVAILABLE_LATER, - CONTEXT_RESOLVE_KEY_NOT_FOUND, - GenericContext, -} from "../config/template-contexts/base.js" +import { GenericContext } from "../config/template-contexts/base.js" import cloneDeep from "fast-copy" import { difference, isPlainObject, isString } from "lodash-es" import type { ActionReference, Primitive, StringMap } from "../config/common.js"