removed extra import

This commit is contained in:
UmairShahzad 2020-02-20 02:03:13 +05:00
parent 1a485ddd2e
commit 7589da4c2b

View file

@ -10,7 +10,6 @@ import (
"github.com/cli/cli/pkg/browser"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
md "github.com/vilmibm/go-termd"
)
// OpenInBrowser opens the url in a web browser based on OS and $BROWSER environment variable