Skip to content

Commit

Permalink
Added import for applicationSet in matrix.go
Browse files Browse the repository at this point in the history
Signed-off-by: jkulkarn <jay.p.kulkarni@blackrock.com>
  • Loading branch information
jkulkarn committed Apr 12, 2022
1 parent 38a2b56 commit 5c7ae5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions applicationset/generators/matrix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ package generators

import (
"fmt"
"github.com/argoproj/argo-cd/v2/applicationset/utils"
argoprojiov1alpha1 "github.com/argoproj/argo-cd/v2/pkg/apis/applicationset/v1alpha1"
"time"
)
-

"github.com/argoproj/argo-cd/v2/applicationset/utils"
argoprojiov1alpha1 "github.com/argoproj/argo-cd/v2/pkg/apis/applicationset/v1alpha1"
)
Expand Down

0 comments on commit 5c7ae5a

Please sign in to comment.