Skip to content

Commit

Permalink
fix: fix lint errors (open-feature#1479)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Oberaigner <[email protected]>
  • Loading branch information
alexandraoberaigner committed Jan 8, 2025
1 parent d97fc8d commit 3e7e16e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions flagd/pkg/service/flag-sync/sync_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (
"slices"
"time"

"google.golang.org/grpc/credentials"

"buf.build/gen/go/open-feature/flagd/grpc/go/flagd/sync/v1/syncv1grpc"
"github.com/open-feature/flagd/core/pkg/logger"
"github.com/open-feature/flagd/core/pkg/store"
Expand Down
2 changes: 0 additions & 2 deletions flagd/pkg/service/flag-sync/sync_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import (
"testing"
"time"

"google.golang.org/grpc/credentials/insecure"

"buf.build/gen/go/open-feature/flagd/grpc/go/flagd/sync/v1/syncv1grpc"
v1 "buf.build/gen/go/open-feature/flagd/protocolbuffers/go/flagd/sync/v1"
"github.com/open-feature/flagd/core/pkg/logger"
Expand Down

0 comments on commit 3e7e16e

Please sign in to comment.