Skip to content

Commit 8c75079

Browse files
committed
Add math package import to sessions.go
Imported the math package in sessions.go
1 parent e673dfe commit 8c75079

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/cmd/agent-task/capi/sessions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
"errors"
99
"fmt"
1010
"io"
11+
"math"
1112
"net/http"
1213
"net/url"
1314
"slices"

0 commit comments

Comments
 (0)