Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Oct 31, 2023
1 parent 4b45a3c commit b2f72b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions flyteadmin/auth/auth_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ import (
"strings"
"time"

"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service"
"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core"
"github.com/coreos/go-oidc/v3/oidc"
"golang.org/x/oauth2"

"github.com/coreos/go-oidc/v3/oidc"
"github.com/flyteorg/flyte/flyteadmin/auth/config"
"github.com/flyteorg/flyte/flyteadmin/auth/interfaces"
"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service"
Expand Down
2 changes: 0 additions & 2 deletions flyteadmin/auth/handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import (
"testing"

"github.com/coreos/go-oidc/v3/oidc"
"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service"
stdConfig "github.com/flyteorg/flyte/flytestdlib/config"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
Expand Down
2 changes: 0 additions & 2 deletions flyteadmin/auth/interfaces/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import (
"github.com/lestrrat-go/jwx/jwk"
"github.com/ory/fosite"
fositeOAuth2 "github.com/ory/fosite/handler/oauth2"

"github.com/flyteorg/flyte/flyteadmin/auth/config"
"golang.org/x/oauth2"
"k8s.io/apimachinery/pkg/util/sets"

Expand Down

0 comments on commit b2f72b0

Please sign in to comment.