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 4 weeks 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.
*/
package kube // import "helm.sh/helm/v4/pkg/kube"
package kube
import (
"context"

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

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

Loading…
Cancel
Save