Skip to content

Commit

Permalink
gimports nits
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Jan 27, 2015
1 parent 95247b3 commit d77743a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
5 changes: 3 additions & 2 deletions pkg/kubectl/sorted_event_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ limitations under the License.
package kubectl

import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
"sort"
"strings"
"testing"
"time"

"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
)

// VerifyDatesInOrder checks the start of each line for a RFC1123Z date
Expand Down
3 changes: 2 additions & 1 deletion pkg/proxy/loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ limitations under the License.
package proxy

import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"net"

"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
)

// LoadBalancer is an interface for distributing incoming requests to service endpoints.
Expand Down
2 changes: 0 additions & 2 deletions pkg/runtime/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ limitations under the License.

package runtime

import ()

// Note that the types provided in this file are not versioned and are intended to be
// safe to use from within all versions of every API object.

Expand Down
2 changes: 0 additions & 2 deletions pkg/util/string_flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ limitations under the License.

package util

import ()

// StringFlag is a string flag compatible with flags and pflags that keeps track of whether it had a value supplied or not.
type StringFlag struct {
// If Set has been invoked this value is true
Expand Down

0 comments on commit d77743a

Please sign in to comment.