Skip to content

Commit

Permalink
imports nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbishopp committed Jan 5, 2024
1 parent 516ca16 commit 0535177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bot/internal/bot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ import (
"strings"

"github.com/gravitational/trace"
"golang.org/x/exp/slices"

"github.com/gravitational/shared-workflows/bot/internal/env"
"github.com/gravitational/shared-workflows/bot/internal/github"
"github.com/gravitational/shared-workflows/bot/internal/review"

"golang.org/x/exp/slices"
)

// Client implements the GitHub API.
Expand Down
5 changes: 3 additions & 2 deletions bot/internal/review/review_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ import (
"sort"
"testing"

"github.com/gravitational/shared-workflows/bot/internal/env"
"github.com/gravitational/shared-workflows/bot/internal/github"
"github.com/stretchr/testify/require"
"golang.org/x/exp/slices"

"github.com/gravitational/shared-workflows/bot/internal/env"
"github.com/gravitational/shared-workflows/bot/internal/github"
)

// TestIsInternal checks if docs and code reviewers show up as internal.
Expand Down

0 comments on commit 0535177

Please sign in to comment.