Skip to content

Commit

Permalink
fix: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
parthpnx committed Sep 17, 2024
1 parent a56ae60 commit 9721605
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/provider/log_anomaly/transform/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/types"
)

type EvaluationFrequency types.EvaluationFrequency

// ToAPIValue returns the evaluation frequency.
func ToAPIValue(evaluationFrequency string) (types.EvaluationFrequency, error) {

Expand Down

0 comments on commit 9721605

Please sign in to comment.