Remove unneeded imports

pull/775/head
Aaron Schlesinger 9 years ago
parent c8e2b0d875
commit 5d1159d09e

@ -1,15 +1,8 @@
package main package main
import ( import (
"errors"
"fmt" "fmt"
"strings"
"github.com/gosuri/uitable"
"github.com/kubernetes/helm/pkg/helm"
"github.com/kubernetes/helm/pkg/proto/hapi/release"
"github.com/kubernetes/helm/pkg/proto/hapi/services"
"github.com/kubernetes/helm/pkg/timeconv"
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )

Loading…
Cancel
Save