Skip to content

Commit

Permalink
IMports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 4, 2024
1 parent 98d3820 commit c87a6ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/debezium/converters/bit.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package converters

import (
"fmt"
"strconv"

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

func NewBitConverter(charMaxLength int) BitConverter {
Expand Down

0 comments on commit c87a6ed

Please sign in to comment.