Skip to content

Commit 6458139

Browse files
committed
style: Lint
1 parent a4ee2f8 commit 6458139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/testdata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"crypto/sha256"
55
"encoding/base64"
66
"fmt"
7+
"math/rand"
78
"strconv"
89
"strings"
910
"time"
@@ -13,7 +14,6 @@ import (
1314
"github.com/apache/arrow-go/v18/arrow/memory"
1415
"github.com/cloudquery/plugin-sdk/v4/types"
1516
"github.com/google/uuid"
16-
"golang.org/x/exp/rand"
1717
)
1818

1919
// TestSourceOptions controls which types are included by TestSourceColumns.

0 commit comments

Comments
 (0)