Group and order imported packages.

This commit is contained in:
Klaus Ma 2017-07-02 21:25:48 +08:00
parent 950a09d982
commit 8eb3a66d3f

View File

@ -17,6 +17,7 @@ limitations under the License.
package scheduler
import (
"fmt"
"time"
"k8s.io/api/core/v1"
@ -36,8 +37,6 @@ import (
"k8s.io/kubernetes/plugin/pkg/scheduler/schedulercache"
"k8s.io/kubernetes/plugin/pkg/scheduler/util"
"fmt"
"github.com/golang/glog"
)