Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
  • Loading branch information
annirudh committed May 6, 2024
1 parent df11738 commit f4c04d9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions hedge_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package parallel

import (
"time"
"context"
"errors"
"fmt"
"testing"
"github.com/stretchr/testify/require"
"time"

"github.com/stretchr/testify/assert"
"fmt"
"errors"
"github.com/stretchr/testify/require"
)

func TestHedgedRequestBasic(t *testing.T) {
Expand Down

0 comments on commit f4c04d9

Please sign in to comment.