Skip to content

Commit

Permalink
Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Apr 30, 2024
1 parent 3975278 commit 862e55e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clients/bigquery/bigquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (
"strings"
"time"

"github.com/artie-labs/transfer/lib/typing/columns"

"cloud.google.com/go/bigquery"
_ "github.com/viant/bigquery"

Expand All @@ -25,6 +23,7 @@ import (
"github.com/artie-labs/transfer/lib/ptr"
"github.com/artie-labs/transfer/lib/stringutil"
"github.com/artie-labs/transfer/lib/typing"
"github.com/artie-labs/transfer/lib/typing/columns"
)

const (
Expand Down

0 comments on commit 862e55e

Please sign in to comment.