Skip to content

Commit

Permalink
FIx linting
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Oct 4, 2024
1 parent 142f226 commit a42d223
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/cli/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package cli

import (
"fmt"
"github.com/AlecAivazis/survey/v2/terminal"
"github.com/auth0/go-auth0"
"os"
"reflect"

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

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

Expand Down

0 comments on commit a42d223

Please sign in to comment.