Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed Oct 23, 2024
1 parent 4e33b8f commit 3d5d182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/web/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/gravitational/teleport/api"
"github.com/gravitational/teleport/api/types/autoupdate"
"html/template"
"io"
"log/slog"
Expand Down Expand Up @@ -61,6 +59,7 @@ import (
"google.golang.org/protobuf/types/known/timestamppb"

"github.com/gravitational/teleport"
"github.com/gravitational/teleport/api"
apiclient "github.com/gravitational/teleport/api/client"
"github.com/gravitational/teleport/api/client/proto"
"github.com/gravitational/teleport/api/client/webclient"
Expand All @@ -71,6 +70,7 @@ import (
"github.com/gravitational/teleport/api/mfa"
apitracing "github.com/gravitational/teleport/api/observability/tracing"
"github.com/gravitational/teleport/api/types"
"github.com/gravitational/teleport/api/types/autoupdate"
apievents "github.com/gravitational/teleport/api/types/events"
"github.com/gravitational/teleport/api/types/installers"
"github.com/gravitational/teleport/api/utils/keys"
Expand Down
2 changes: 1 addition & 1 deletion lib/web/apiserver_ping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package web
import (
"context"
"encoding/json"
"github.com/gravitational/teleport/api"
"net/http"
"net/url"
"testing"
Expand All @@ -31,6 +30,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/gravitational/teleport/api"
"github.com/gravitational/teleport/api/client/webclient"
"github.com/gravitational/teleport/api/constants"
autoupdatev1pb "github.com/gravitational/teleport/api/gen/proto/go/teleport/autoupdate/v1"
Expand Down

0 comments on commit 3d5d182

Please sign in to comment.