Skip to content

Commit

Permalink
fix golangci-lint error for package import
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshvvr committed Feb 6, 2024
1 parent 531bb14 commit 921e5b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/sbi/consumer/subscriber_data_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package consumer
import (
"context"

"github.com/pkg/errors"

"github.com/antihax/optional"

Check failure on line 7 in internal/sbi/consumer/subscriber_data_management.go

View workflow job for this annotation

GitHub Actions / lint (1.18)

Expected '\t', Found '\n' at internal/sbi/consumer/subscriber_data_management.go[line 7,col 1] (gci)
"github.com/pkg/errors"
Expand Down

0 comments on commit 921e5b3

Please sign in to comment.