Skip to content

Commit

Permalink
Merge pull request etcd-io#10093 from jingyih/remove_duplicated_import
Browse files Browse the repository at this point in the history
etcdserver: remove duplicated imports
  • Loading branch information
gyuho authored Sep 14, 2018
2 parents d1acb5a + 9eee0b0 commit e774f73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etcdserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit e774f73

Please sign in to comment.