Skip to content

Commit 55e6a35

Browse files
authored
removed unused dep (#4916)
1 parent df5d15f commit 55e6a35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/appStore/deployment/AppStoreDeploymentRestHandler.go

-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222
"encoding/json"
2323
"errors"
2424
"fmt"
25-
client "github.com/devtron-labs/devtron/api/helm-app"
2625
service2 "github.com/devtron-labs/devtron/api/helm-app/service"
2726
"github.com/devtron-labs/devtron/pkg/appStore/installedApp/service/EAMode"
2827
"net/http"
@@ -69,7 +68,6 @@ type AppStoreDeploymentRestHandlerImpl struct {
6968
appStoreDeploymentDBService service.AppStoreDeploymentDBService
7069
validator *validator.Validate
7170
helmAppService service2.HelmAppService
72-
helmAppRestHandler client.HelmAppRestHandler
7371
argoUserService argo.ArgoUserService
7472
attributesService attributes.AttributesService
7573
installAppService EAMode.InstalledAppDBService

0 commit comments

Comments
 (0)