Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 882f93c

Browse files
committed
Fix import
1 parent 9fddd5e commit 882f93c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

enterprise/coderd/userauth.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ package coderd
33
import (
44
"context"
55

6-
"github.com/coder/coder/coderd"
7-
86
"github.com/google/uuid"
97
"golang.org/x/xerrors"
108

9+
"github.com/coder/coder/coderd"
1110
"github.com/coder/coder/coderd/database"
1211
"github.com/coder/coder/codersdk"
1312
)

0 commit comments

Comments
 (0)