Skip to content

Commit

Permalink
Fix improper imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Feb 5, 2019
1 parent e77d5d9 commit 9e1e28a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pkg/odo/cli/storage/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
componentCmd "github.com/redhat-developer/odo/pkg/odo/cli/component"
projectCmd "github.com/redhat-developer/odo/pkg/odo/cli/project"
"github.com/redhat-developer/odo/pkg/odo/genericclioptions"
odoutil "github.com/redhat-developer/odo/pkg/odo/util"
"github.com/redhat-developer/odo/pkg/odo/util/completion"
"github.com/redhat-developer/odo/pkg/storage"
"github.com/spf13/cobra"
Expand Down
1 change: 1 addition & 0 deletions pkg/odo/cli/url/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package url
import (
"encoding/json"
"fmt"
"github.com/redhat-developer/odo/pkg/odo/util"
"os"
"text/tabwriter"

Expand Down

0 comments on commit 9e1e28a

Please sign in to comment.