reorder the import packages

This commit is contained in:
cncal 2022-04-09 10:52:48 +08:00
parent fa1d1edbef
commit ab945d21ad

View File

@ -17,13 +17,13 @@ limitations under the License.
package state
import (
"github.com/stretchr/testify/require"
"io/ioutil"
"os"
"reflect"
"strings"
"testing"
"github.com/stretchr/testify/require"
"k8s.io/kubernetes/pkg/kubelet/checkpointmanager"
"k8s.io/kubernetes/pkg/kubelet/cm/containermap"
testutil "k8s.io/kubernetes/pkg/kubelet/cm/cpumanager/state/testing"