Skip to content

Commit

Permalink
Imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 5, 2024
1 parent 666bc6b commit 8f39b36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/debezium/converters/decimal.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package converters

import (
"fmt"
"github.com/artie-labs/transfer/lib/debezium/converters"
"log/slog"

"github.com/artie-labs/transfer/lib/debezium"
"github.com/artie-labs/transfer/lib/debezium/converters"
"github.com/artie-labs/transfer/lib/typing"
"github.com/cockroachdb/apd/v3"
)
Expand Down
4 changes: 2 additions & 2 deletions lib/debezium/converters/decimal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package converters

import (
"fmt"
"github.com/artie-labs/transfer/lib/debezium/converters"
"github.com/artie-labs/transfer/lib/typing/decimal"
"testing"

"github.com/artie-labs/transfer/lib/debezium"
"github.com/artie-labs/transfer/lib/debezium/converters"
"github.com/artie-labs/transfer/lib/numbers"
"github.com/artie-labs/transfer/lib/ptr"
"github.com/artie-labs/transfer/lib/typing/decimal"
"github.com/cockroachdb/apd/v3"
"github.com/stretchr/testify/assert"
)
Expand Down

0 comments on commit 8f39b36

Please sign in to comment.