From 684d57c3179671d6826d25a99b7269b5823da858 Mon Sep 17 00:00:00 2001 From: Congqi Xia Date: Mon, 12 Aug 2024 12:13:50 +0800 Subject: [PATCH] Fix lint issue Signed-off-by: Congqi Xia --- states/etcd/remove/session.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/states/etcd/remove/session.go b/states/etcd/remove/session.go index a0846a6..f7e9c50 100644 --- a/states/etcd/remove/session.go +++ b/states/etcd/remove/session.go @@ -5,10 +5,11 @@ import ( "fmt" "strings" + "github.com/samber/lo" + "github.com/milvus-io/birdwatcher/framework" "github.com/milvus-io/birdwatcher/models" "github.com/milvus-io/birdwatcher/states/etcd/common" - "github.com/samber/lo" ) type RemoveSessionParam struct {