Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
akgalwas committed Dec 2, 2024
1 parent faf1881 commit a2379bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/gardener/shoot/extender/extensions/extender.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package extensions

import (
"slices"

gardener "github.com/gardener/gardener/pkg/apis/core/v1beta1"
imv1 "github.com/kyma-project/infrastructure-manager/api/v1"
"github.com/kyma-project/infrastructure-manager/pkg/config"
"slices"
)

type CreateExtension func(shoot *gardener.Shoot) (gardener.Extension, error)
Expand Down

0 comments on commit a2379bd

Please sign in to comment.