Remove duplicate import

This commit is contained in:
Daniel Nephin 2021-03-02 13:16:36 -05:00
parent dd0b307c8f
commit a10ddedb1d
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@ import (
"net/http/httptest"
"net/url"
"reflect"
"strconv"
"testing"
"time"

View File

@ -16,7 +16,6 @@ import (
"time"
metrics "github.com/armon/go-metrics"
"github.com/hashicorp/consul/sdk/testutil"
"github.com/hashicorp/errwrap"
"github.com/hashicorp/go-hclog"
uuid "github.com/hashicorp/go-uuid"