Skip to content

Commit

Permalink
style(lint): move imports
Browse files Browse the repository at this point in the history
Signed-off-by: antoinedao <[email protected]>
  • Loading branch information
AntoineDao committed Oct 5, 2024
1 parent 5693b35 commit d0debd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/resource/summary_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ import (
"testing"
"time"

wfv1 "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"k8s.io/apimachinery/pkg/api/resource"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

wfv1 "github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1"

corev1 "k8s.io/api/core/v1"
)

Expand Down

0 comments on commit d0debd5

Please sign in to comment.