Skip to content

Commit

Permalink
removed unused dep (#4916)
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-579 authored Apr 12, 2024
1 parent df5d15f commit 55e6a35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/appStore/deployment/AppStoreDeploymentRestHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"encoding/json"
"errors"
"fmt"
client "github.com/devtron-labs/devtron/api/helm-app"
service2 "github.com/devtron-labs/devtron/api/helm-app/service"
"github.com/devtron-labs/devtron/pkg/appStore/installedApp/service/EAMode"
"net/http"
Expand Down Expand Up @@ -69,7 +68,6 @@ type AppStoreDeploymentRestHandlerImpl struct {
appStoreDeploymentDBService service.AppStoreDeploymentDBService
validator *validator.Validate
helmAppService service2.HelmAppService
helmAppRestHandler client.HelmAppRestHandler
argoUserService argo.ArgoUserService
attributesService attributes.AttributesService
installAppService EAMode.InstalledAppDBService
Expand Down

0 comments on commit 55e6a35

Please sign in to comment.