Skip to content

Commit e175d0f

Browse files
authored
removing unused dependencies
1 parent 5f98c9d commit e175d0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/cmd/codespace/create.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ import (
55
"errors"
66
"fmt"
77
"os"
8-
"strings"
98

109
"github.com/AlecAivazis/survey/v2"
1110
"github.com/cli/cli/v2/internal/codespaces"
1211
"github.com/cli/cli/v2/internal/codespaces/api"
1312
"github.com/cli/cli/v2/pkg/cmd/codespace/output"
14-
"github.com/fatih/camelcase"
1513
"github.com/spf13/cobra"
1614
)
1715

0 commit comments

Comments
 (0)