Skip to content

Commit

Permalink
Remove unused variable to fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BeegiiK committed Dec 23, 2024
1 parent 460b6fb commit d491bc7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/utils/attr_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import (
"go.opentelemetry.io/otel/attribute"
)

const (
unknown = "__unknown__"
)

var (
pluginKey = attribute.Key("plugin")
eventTypeKey = attribute.Key("event_type")
Expand Down

0 comments on commit d491bc7

Please sign in to comment.