Skip to content

Commit

Permalink
Clean up imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 19, 2024
1 parent ee1b7dc commit 531f869
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
@@ -1,11 +1,11 @@
package converters

import (
"github.com/artie-labs/transfer/lib/debezium/converters"
"math"
"testing"
"time"

"github.com/artie-labs/transfer/lib/debezium/converters"
"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 531f869

Please sign in to comment.