Skip to content

Commit

Permalink
Fixed Linting Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Oct 3, 2024
1 parent b094b73 commit c6d9b6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/cli/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package cli

import (
"fmt"
"os"

"github.com/AlecAivazis/survey/v2/terminal"
"github.com/auth0/go-auth0"
"os"

"github.com/auth0/auth0-cli/internal/prompt"
)
Expand Down

0 comments on commit c6d9b6d

Please sign in to comment.