Skip to content

Commit

Permalink
Fix for linter
Browse files Browse the repository at this point in the history
Signed-off-by: Arnout Hoebreckx <arnouthoebreckx@gmail.com>
  • Loading branch information
arnouthoebreckx committed Sep 21, 2024
1 parent 9ed1d4d commit 1824246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion applicationset/services/pull_request/azure_devops.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import (
"fmt"
"strings"

"github.com/argoproj/argo-cd/v2/applicationset/utils"
"github.com/microsoft/azure-devops-go-api/azuredevops"
core "github.com/microsoft/azure-devops-go-api/azuredevops/core"
git "github.com/microsoft/azure-devops-go-api/azuredevops/git"

"github.com/argoproj/argo-cd/v2/applicationset/utils"
)

const AZURE_DEVOPS_DEFAULT_URL = "https://dev.azure.com"
Expand Down
3 changes: 2 additions & 1 deletion applicationset/services/scm_provider/azure_devops.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ import (
netUrl "net/url"
"strings"

"github.com/argoproj/argo-cd/v2/applicationset/utils"
"github.com/google/uuid"
"github.com/microsoft/azure-devops-go-api/azuredevops"
azureGit "github.com/microsoft/azure-devops-go-api/azuredevops/git"

"github.com/argoproj/argo-cd/v2/applicationset/utils"
)

const AZURE_DEVOPS_DEFAULT_URL = "https://dev.azure.com"
Expand Down

0 comments on commit 1824246

Please sign in to comment.