Skip to content

Commit

Permalink
chore: use correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 11, 2024
1 parent 2d60772 commit a702fdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 3 additions & 7 deletions schema/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ import (
"os"
"strings"

"github.com/ory/x/otelx"

"github.com/ory/x/pagination/migrationpagination"

"github.com/ory/kratos/driver/config"

"github.com/julienschmidt/httprouter"
"github.com/pkg/errors"

"github.com/ory/herodot"

"github.com/ory/kratos/driver/config"
"github.com/ory/kratos/x"
"github.com/ory/x/otelx"
"github.com/ory/x/pagination/migrationpagination"
)

type (
Expand Down
4 changes: 1 addition & 3 deletions schema/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ import (
"strings"
"testing"

client "github.com/ory/kratos/internal/httpclient"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/ory/client-go"
_ "github.com/ory/jsonschema/v3/fileloader"

"github.com/ory/kratos/driver/config"
"github.com/ory/kratos/internal"
"github.com/ory/kratos/schema"
Expand Down

0 comments on commit a702fdf

Please sign in to comment.