Skip to content

Commit

Permalink
Update pkg/template/evaluation_ctx.go
Browse files Browse the repository at this point in the history
Co-authored-by: Varsha Munishwar <[email protected]>
Signed-off-by: Joao Pereira <[email protected]>
  • Loading branch information
joaopapereira and vmunishwar committed Nov 7, 2023
1 parent 6a27cd2 commit 5042c41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/template/evaluation_ctx.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
package template

import (
"carvel.dev/ytt/pkg/template/core"
"fmt"

"carvel.dev/ytt/pkg/template/core"
"github.com/k14s/starlark-go/starlark"
// Should not import template specific packages here (like yamlmeta)
)
Expand Down

0 comments on commit 5042c41

Please sign in to comment.