Merge pull request #31932 from TerryHowe/fix/remove-legacy-import-comments-test-files

pkg/kube: remove legacy import comments from test files
pull/31934/head
George Jenkins 6 months ago committed by GitHub
commit d3df72e560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package kube // import "helm.sh/helm/v4/pkg/kube" package kube
import ( import (
"context" "context"

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package kube // import "helm.sh/helm/v4/pkg/kube" package kube
import ( import (
"testing" "testing"

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package kube // import "helm.sh/helm/v4/pkg/kube" package kube
import ( import (
"context" "context"

Loading…
Cancel
Save