Skip to content

Commit

Permalink
Move the import down.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 4, 2024
1 parent ab34503 commit 4bb9e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debezium/converters/time_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package converters

import (
"fmt"
"github.com/artie-labs/transfer/lib/typing"
"math"
"testing"
"time"

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

0 comments on commit 4bb9e37

Please sign in to comment.