diff options
Diffstat (limited to 'models/pull.go')
-rw-r--r-- | models/pull.go | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/models/pull.go b/models/pull.go index f582adccb0..2828c48a0d 100644 --- a/models/pull.go +++ b/models/pull.go @@ -12,15 +12,13 @@ import ( "time" "github.com/Unknwon/com" - "github.com/go-xorm/xorm" - - "github.com/gogits/git-module" - api "github.com/gogits/go-gogs-client" - "github.com/go-gitea/gitea/modules/log" "github.com/go-gitea/gitea/modules/process" "github.com/go-gitea/gitea/modules/setting" "github.com/go-gitea/gitea/modules/sync" + "github.com/go-xorm/xorm" + git "github.com/gogits/git-module" + api "github.com/gogits/go-gogs-client" ) var PullRequestQueue = sync.NewUniqueQueue(setting.Repository.PullRequestQueueLength) |