Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: scheduler/appengine/acl/acl.go

Issue 2996633002: scheduler: fix import. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scheduler/appengine/acl/acl.go
diff --git a/scheduler/appengine/acl/acl.go b/scheduler/appengine/acl/acl.go
index 1a2cacc87d2c261cd52f03a35d1210fda3353d2c..22e791e0026fa55b44a826ece41f9c7c3a7d5998 100644
--- a/scheduler/appengine/acl/acl.go
+++ b/scheduler/appengine/acl/acl.go
@@ -15,7 +15,6 @@
package acl
import (
- "context"
"fmt"
"regexp"
"sort"
@@ -27,6 +26,7 @@ import (
"github.com/luci/luci-go/scheduler/appengine/messages"
"github.com/luci/luci-go/server/auth"
"github.com/luci/luci-go/server/auth/identity"
+ "golang.org/x/net/context"
Vadim Sh. 2017/08/08 18:12:06 nit: we usually put non-luci imports before luci o
tandrii(chromium) 2017/08/08 18:47:27 weird, i expected goimports to take care of this a
)
// GrantsByRole can answer questions who can READ and who OWNS the task.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698