Skip to content

Commit 173be05

Browse files
spboyerCopilot
andcommitted
fix: gofmt import ordering in json_schema_grader and schema
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5d09814 commit 173be05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/graders/json_schema_grader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"os"
88
"strings"
99

10-
"github.com/santhosh-tekuri/jsonschema/v6"
1110
"github.com/microsoft/waza/internal/models"
11+
"github.com/santhosh-tekuri/jsonschema/v6"
1212
)
1313

1414
// JSONSchemaGraderArgs holds the arguments for creating a JSON schema grader.

internal/validation/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"path/filepath"
88
"strings"
99

10-
"github.com/santhosh-tekuri/jsonschema/v6"
1110
"github.com/microsoft/waza/schemas"
11+
"github.com/santhosh-tekuri/jsonschema/v6"
1212
"golang.org/x/text/language"
1313
"golang.org/x/text/message"
1414
"gopkg.in/yaml.v3"

0 commit comments

Comments
 (0)