Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
lint: order imports to fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall committed Jun 14, 2024
1 parent 417e60a commit b0d5f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/apm.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ package internal
import (
"github.com/elastic/e2e-testing/internal/shell"
log "github.com/sirupsen/logrus"
"go.elastic.co/apm/v2"
"go.elastic.co/apm/module/apmhttp/v2"
"go.elastic.co/apm/v2"
)

// StartTransaction returns a new Transaction with the specified
Expand Down
2 changes: 1 addition & 1 deletion internal/elasticsearch/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"github.com/elastic/e2e-testing/internal/utils"
es "github.com/elastic/go-elasticsearch/v8"
log "github.com/sirupsen/logrus"
"go.elastic.co/apm/v2"
"go.elastic.co/apm/module/apmelasticsearch/v2"
"go.elastic.co/apm/v2"
)

// Query a very reduced representation of an elasticsearch query, where
Expand Down

0 comments on commit b0d5f54

Please sign in to comment.