Skip to content

Commit

Permalink
refactor: refactored imports
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-esp committed Jan 31, 2025
1 parent a38019f commit 196f9d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/pkg/values/timespan.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ package values
import (
"errors"
"fmt"
"github.com/caas-team/gokubedownscaler/internal/pkg/util"
"regexp"
"strconv"
"strings"
"time"

"github.com/caas-team/gokubedownscaler/internal/pkg/util"
)

var (
Expand Down

0 comments on commit 196f9d5

Please sign in to comment.