Skip to content

Commit 5069c1d

Browse files
refactor: fix import order
1 parent e16598d commit 5069c1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

coderd/database/querier_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ import (
99
"testing"
1010
"time"
1111

12-
"github.com/coder/coder/v2/coderd/provisionerdserver"
13-
1412
"github.com/google/uuid"
1513
"github.com/prometheus/client_golang/prometheus"
1614
"github.com/stretchr/testify/assert"
1715
"github.com/stretchr/testify/require"
1816

1917
"cdr.dev/slog/sloggers/slogtest"
20-
2118
"github.com/coder/coder/v2/coderd/coderdtest"
2219
"github.com/coder/coder/v2/coderd/database"
2320
"github.com/coder/coder/v2/coderd/database/db2sdk"
@@ -29,6 +26,7 @@ import (
2926
"github.com/coder/coder/v2/coderd/database/migrations"
3027
"github.com/coder/coder/v2/coderd/httpmw"
3128
"github.com/coder/coder/v2/coderd/prebuilds"
29+
"github.com/coder/coder/v2/coderd/provisionerdserver"
3230
"github.com/coder/coder/v2/coderd/rbac"
3331
"github.com/coder/coder/v2/coderd/rbac/policy"
3432
"github.com/coder/coder/v2/provisionersdk"

0 commit comments

Comments
 (0)