From cabc40cb095906a74a76aea1942423149f6381ea Mon Sep 17 00:00:00 2001 From: Xiangyu Wang Date: Mon, 20 Dec 2021 14:39:12 +0800 Subject: [PATCH] Improve import statement (#13737) Signed-off-by: Xiangyu Wang --- internal/datanode/compactor_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/datanode/compactor_test.go b/internal/datanode/compactor_test.go index 3fe84f3cd8..ed8b55c71f 100644 --- a/internal/datanode/compactor_test.go +++ b/internal/datanode/compactor_test.go @@ -27,7 +27,6 @@ import ( "github.com/milvus-io/milvus/internal/proto/internalpb" "github.com/milvus-io/milvus/internal/proto/schemapb" "github.com/milvus-io/milvus/internal/storage" - "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" )