From 9dcf5cfb9b40d43fc7f3df2b7118304ac6753c9f Mon Sep 17 00:00:00 2001 From: Robin Tang Date: Wed, 23 Oct 2024 13:22:30 -0700 Subject: [PATCH] Clean up. --- clients/bigquery/converters/converters_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clients/bigquery/converters/converters_test.go b/clients/bigquery/converters/converters_test.go index 65e40d06d..e58527057 100644 --- a/clients/bigquery/converters/converters_test.go +++ b/clients/bigquery/converters/converters_test.go @@ -4,11 +4,10 @@ import ( "testing" "time" - "github.com/artie-labs/transfer/lib/typing" - "github.com/stretchr/testify/assert" "github.com/artie-labs/transfer/lib/numbers" + "github.com/artie-labs/transfer/lib/typing" "github.com/artie-labs/transfer/lib/typing/decimal" "github.com/artie-labs/transfer/lib/typing/ext" )