Skip to content

Commit

Permalink
Fixing IDE trying to be too Zmart
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
  • Loading branch information
pedro-stanaka committed Jun 1, 2023
1 parent 971ddd9 commit 1d7bf5c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ package prometheus_metrics_test
import (
"context"
"fmt"
"github.com/kedacore/keda/v2/version"
"strings"
"testing"
"time"

. "github.com/kedacore/keda/v2/tests/helper"
"github.com/kedacore/keda/v2/version"
prommodel "github.com/prometheus/client_model/go"
"github.com/prometheus/common/expfmt"
"github.com/stretchr/testify/assert"
Expand Down

0 comments on commit 1d7bf5c

Please sign in to comment.