Skip to content

Commit

Permalink
Imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Aug 27, 2024
1 parent 251b509 commit 044e97f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions clients/bigquery/converters/converters.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import (
"fmt"
"strconv"

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

"github.com/artie-labs/transfer/lib/typing/decimal"
"github.com/artie-labs/transfer/lib/typing/ext"
)

type StringConverter struct{}
Expand Down
5 changes: 2 additions & 3 deletions clients/bigquery/converters/converters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import (
"testing"
"time"

"github.com/artie-labs/transfer/lib/typing/ext"
"github.com/stretchr/testify/assert"

"github.com/artie-labs/transfer/lib/numbers"
"github.com/artie-labs/transfer/lib/typing/decimal"

"github.com/stretchr/testify/assert"
"github.com/artie-labs/transfer/lib/typing/ext"
)

func TestStringConverter_Convert(t *testing.T) {
Expand Down

0 comments on commit 044e97f

Please sign in to comment.