Skip to content

Commit

Permalink
Organize imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Aug 30, 2024
1 parent 66f41b8 commit 4e7a46a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/debezium/converters/timestamp.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ package converters
import (
"time"

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

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

type Timestamp struct{}
Expand Down

0 comments on commit 4e7a46a

Please sign in to comment.