fix import formatting (#24248)

This commit is contained in:
Peter Wilson 2023-11-24 09:30:10 +00:00 committed by GitHub
parent 3976217420
commit 511ce92852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,15 +10,13 @@ import (
"sync"
"time"
"github.com/hashicorp/vault/helper/namespace"
"github.com/hashicorp/vault/internal/observability/event"
metrics "github.com/armon/go-metrics"
"github.com/hashicorp/eventlogger"
log "github.com/hashicorp/go-hclog"
multierror "github.com/hashicorp/go-multierror"
"github.com/hashicorp/vault/audit"
"github.com/hashicorp/vault/helper/namespace"
"github.com/hashicorp/vault/internal/observability/event"
"github.com/hashicorp/vault/sdk/logical"
)