Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed Feb 13, 2023
1 parent 521885b commit 248bfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/controllers/common/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package common

import (
"context"
"github.com/keptn/lifecycle-toolkit/operator/controllers/lifecycle/interfaces"
"testing"
"time"

lifecyclev1alpha2 "github.com/keptn/lifecycle-toolkit/operator/apis/lifecycle/v1alpha2"
controllererrors "github.com/keptn/lifecycle-toolkit/operator/controllers/errors"
"github.com/keptn/lifecycle-toolkit/operator/controllers/lifecycle/interfaces"
"github.com/stretchr/testify/require"
noop "go.opentelemetry.io/otel/metric"
"go.opentelemetry.io/otel/metric/instrument/asyncfloat64"
Expand Down

0 comments on commit 248bfd3

Please sign in to comment.