etcdserver: remove duplicated imports

Removed duplicated imports of package 'context' in server.go
This commit is contained in:
Jingyi Hu 2018-09-13 20:44:03 -07:00
parent d1acb5a5c8
commit 9eee0b078e

View File

@ -60,7 +60,6 @@ import (
"github.com/coreos/go-semver/semver"
"github.com/coreos/pkg/capnslog"
"github.com/prometheus/client_golang/prometheus"
"golang.org/x/net/context"
)
const (