From e68882d74d276e20f41f2f3980194d834999a897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Kokelj?= Date: Thu, 21 Mar 2024 15:25:19 +0100 Subject: [PATCH] lint --- integration/obscurogateway/tengateway_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/integration/obscurogateway/tengateway_test.go b/integration/obscurogateway/tengateway_test.go index 140683facc..9389fb4675 100644 --- a/integration/obscurogateway/tengateway_test.go +++ b/integration/obscurogateway/tengateway_test.go @@ -5,8 +5,6 @@ import ( "context" "encoding/json" "fmt" - "github.com/go-kit/kit/transport/http/jsonrpc" - "github.com/ten-protocol/go-ten/go/rpc" "io" "math/big" "net/http" @@ -14,6 +12,9 @@ import ( "testing" "time" + "github.com/go-kit/kit/transport/http/jsonrpc" + "github.com/ten-protocol/go-ten/go/rpc" + log2 "github.com/ten-protocol/go-ten/go/common/log" "github.com/ethereum/go-ethereum"