Skip to content

Commit

Permalink
chore: cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danxmoran committed Jan 7, 2021
1 parent 86e71bb commit 6a515da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbrp/http_server_dbrp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"errors"
"github.com/stretchr/testify/assert"
"io"
"io/ioutil"
"net/http"
Expand All @@ -17,6 +16,7 @@ import (
"github.com/influxdata/influxdb/v2/dbrp"
"github.com/influxdata/influxdb/v2/mock"
influxdbtesting "github.com/influxdata/influxdb/v2/testing"
"github.com/stretchr/testify/assert"
"go.uber.org/zap/zaptest"
)

Expand Down

0 comments on commit 6a515da

Please sign in to comment.