Skip to content

Commit

Permalink
Run goimports to make linter happy (flyteorg#457)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Lin <[email protected]>
  • Loading branch information
mayitbeegh committed Jul 14, 2022
1 parent 0021ea2 commit a1f8a98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flyteadmin/auth/authzserver/resource_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import (
"context"
"encoding/json"
"fmt"
jwtgo "github.com/golang-jwt/jwt/v4"
"io/ioutil"
"mime"
"net/http"
"net/url"
"strings"

jwtgo "github.com/golang-jwt/jwt/v4"

"k8s.io/apimachinery/pkg/util/sets"

"github.com/flyteorg/flytestdlib/config"
Expand Down

0 comments on commit a1f8a98

Please sign in to comment.