Skip to content

Commit

Permalink
chore: fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidby-influx committed Dec 22, 2023
1 parent 69846d0 commit b468fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tenant/storage_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ package tenant
import (
"context"
"encoding/json"
"github.com/influxdata/influxdb/v2"
errors2 "github.com/influxdata/influxdb/v2/pkg/errors"

"github.com/influxdata/influxdb/v2"
"github.com/influxdata/influxdb/v2/kit/platform"
"github.com/influxdata/influxdb/v2/kit/platform/errors"
"github.com/influxdata/influxdb/v2/kv"
errors2 "github.com/influxdata/influxdb/v2/pkg/errors"
)

var (
Expand Down

0 comments on commit b468fc7

Please sign in to comment.