Skip to content

Commit

Permalink
fix: return removed yaml import
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Jul 17, 2024
1 parent 9bbee8c commit ab2f82d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/node/types/v1beta3/attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import (
"sort"
"strconv"
"strings"

yaml "gopkg.in/yaml.v3"
)

const (
Expand Down

0 comments on commit ab2f82d

Please sign in to comment.