Skip to content

Commit

Permalink
fix(lint): imports and other lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
shipengqi committed Apr 26, 2024
1 parent 85fc6af commit 4de8b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions internal/errors/required.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package errors

import (
"fmt"
)
import "fmt"

type RequiredErr struct {
field string
Expand Down
1 change: 1 addition & 0 deletions internal/parameter/secret/secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package secret

import (
"github.com/charmbracelet/huh"

"github.com/shipengqi/commitizen/internal/parameter/str"
)

Expand Down

0 comments on commit 4de8b0f

Please sign in to comment.