Chromium Code Reviews| 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. |