Skip to content

Commit

Permalink
Refactor: fix for lint
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshiki Fujikane <[email protected]>
  • Loading branch information
ffjlabo committed Jan 6, 2025
1 parent 3b9679f commit 0681f93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/plugin/registry/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ package registry
import (
"testing"

"github.com/stretchr/testify/assert"

config "github.com/pipe-cd/pipecd/pkg/configv1"
pluginapi "github.com/pipe-cd/pipecd/pkg/plugin/api/v1alpha1"
"github.com/stretchr/testify/assert"
)

type fakePluginClient struct {
Expand Down

0 comments on commit 0681f93

Please sign in to comment.