Skip to content

Commit

Permalink
shorten ci runs
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Sep 3, 2023
1 parent 27c2865 commit 409e46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/retry/retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"context"
"errors"
"fmt"
"time"

"github.com/jpillora/backoff"
errorUtil "github.com/pkg/errors"
"time"
)

// RetryableFunc is a function that can be retried.
Expand Down

0 comments on commit 409e46c

Please sign in to comment.