Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: George Robinson <[email protected]>
  • Loading branch information
grobinson-grafana committed Nov 16, 2023
1 parent ffaeb25 commit 64ac0a0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/with_api_v2/acceptance/silence_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ package test

import (
"fmt"
"github.com/go-openapi/strfmt"
"github.com/prometheus/alertmanager/api/v2/client/silence"
"github.com/prometheus/alertmanager/api/v2/models"
"github.com/stretchr/testify/require"
"strings"
"testing"
"time"

"github.com/go-openapi/strfmt"
"github.com/stretchr/testify/require"

"github.com/prometheus/alertmanager/api/v2/client/silence"
"github.com/prometheus/alertmanager/api/v2/models"
. "github.com/prometheus/alertmanager/test/with_api_v2"
)

Expand Down

0 comments on commit 64ac0a0

Please sign in to comment.