From 43d5672de4fa14a1a93e7070f7abfaf63bfff1b4 Mon Sep 17 00:00:00 2001 From: Sabbir Date: Wed, 11 Sep 2024 16:36:16 +0600 Subject: [PATCH] Update import format Signed-off-by: Sabbir --- cassandra/client.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cassandra/client.go b/cassandra/client.go index 97e0754a..c2429cfe 100644 --- a/cassandra/client.go +++ b/cassandra/client.go @@ -2,9 +2,10 @@ package cassandra import ( "fmt" - health "kmodules.xyz/client-go/tools/healthchecker" "log" + health "kmodules.xyz/client-go/tools/healthchecker" + "github.com/gocql/gocql" )