Skip to content

Commit

Permalink
use internal sync package
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Aug 31, 2023
1 parent 7a24386 commit 2af923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/core/ngt/handler/grpc/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ package grpc
import (
"context"
"fmt"
"sync"

"github.com/vdaas/vald/apis/grpc/v1/payload"
"github.com/vdaas/vald/apis/grpc/v1/vald"
Expand All @@ -29,6 +28,7 @@ import (
"github.com/vdaas/vald/internal/net/grpc/status"
"github.com/vdaas/vald/internal/observability/trace"
"github.com/vdaas/vald/internal/strings"
"github.com/vdaas/vald/internal/sync"
"go.opentelemetry.io/otel/attribute"
)

Expand Down

0 comments on commit 2af923e

Please sign in to comment.