Merge pull request #1137 from letusfly85/fix-strings-import

remove unused import
This commit is contained in:
Brad Rydzewski 2015-08-14 08:17:41 -07:00
commit 38c61cdca9

View file

@ -4,7 +4,6 @@ import (
"log"
"net/http"
"regexp"
"strings"
"github.com/drone/drone/plugin/remote"
"github.com/drone/drone/server/datastore"