From b89b7cff5b6d7b697e7ab92c11546ac1b9d2ed1f Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Tue, 19 Apr 2016 09:49:22 -0700 Subject: [PATCH] Removing no longer needed import --- remote/bitbucketserver/bitbucketserver.go | 1 - 1 file changed, 1 deletion(-) diff --git a/remote/bitbucketserver/bitbucketserver.go b/remote/bitbucketserver/bitbucketserver.go index 99e1552c4..3880476a1 100644 --- a/remote/bitbucketserver/bitbucketserver.go +++ b/remote/bitbucketserver/bitbucketserver.go @@ -14,7 +14,6 @@ package bitbucketserver import ( - "github.com/drone/drone/shared/envconfig" "net/url" log "github.com/Sirupsen/logrus" "net/http"