Skip to content

Commit

Permalink
UPSTREAM: 7388: cleanup clusterapi imports
Browse files Browse the repository at this point in the history
this change fixes the import order so that the goimports tool does not
complain about the ordering.
  • Loading branch information
elmiko committed Oct 14, 2024
1 parent e467457 commit 6ed26ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ package clusterapi

import (
"fmt"
"k8s.io/klog/v2"
"math/rand"
"strconv"
"time"

"k8s.io/klog/v2"

"github.com/pkg/errors"

corev1 "k8s.io/api/core/v1"
Expand Down

0 comments on commit 6ed26ac

Please sign in to comment.