Skip to content

Commit babae88

Browse files
committed
fix imports
1 parent dc233e0 commit babae88

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

coderd/notifications/manager_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,13 @@ import (
1212
"github.com/stretchr/testify/require"
1313
"golang.org/x/xerrors"
1414

15-
"github.com/coder/serpent"
16-
17-
"github.com/coder/serpent"
18-
1915
"github.com/coder/coder/v2/coderd/database"
2016
"github.com/coder/coder/v2/coderd/database/dbgen"
2117
"github.com/coder/coder/v2/coderd/notifications"
2218
"github.com/coder/coder/v2/coderd/notifications/dispatch"
2319
"github.com/coder/coder/v2/coderd/notifications/types"
2420
"github.com/coder/coder/v2/testutil"
21+
"github.com/coder/serpent"
2522
)
2623

2724
func TestBufferedUpdates(t *testing.T) {

0 commit comments

Comments
 (0)