Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
mercedesbh committed Dec 20, 2024
1 parent 0b6b808 commit 59aa0d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/commands/vaultsecrets/secrets/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package secrets

import (
"context"

"github.com/hashicorp/hcp-sdk-go/clients/cloud-vault-secrets/stable/2023-11-28/client/secret_service"
"github.com/hashicorp/hcp/internal/commands/vaultsecrets/secrets/appname"
"github.com/hashicorp/hcp/internal/pkg/cmd"
Expand Down
3 changes: 2 additions & 1 deletion internal/commands/vaultsecrets/secrets/import_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package secrets

import (
"context"
"testing"

"github.com/go-openapi/runtime/client"
"github.com/hashicorp/hcp/internal/pkg/cmd"
"github.com/hashicorp/hcp/internal/pkg/format"
"github.com/hashicorp/hcp/internal/pkg/iostreams"
"github.com/hashicorp/hcp/internal/pkg/profile"
"github.com/stretchr/testify/require"
"testing"
)

func TestNewCmdImport(t *testing.T) {
Expand Down

0 comments on commit 59aa0d9

Please sign in to comment.