From 6f4af76b0d2603e696e587ff328109054ee75394 Mon Sep 17 00:00:00 2001 From: jsvisa Date: Tue, 7 Nov 2023 22:18:04 +0800 Subject: [PATCH] rpc: goimport Signed-off-by: jsvisa --- rpc/subscription_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpc/subscription_test.go b/rpc/subscription_test.go index 114c9572cc..410fe4978d 100644 --- a/rpc/subscription_test.go +++ b/rpc/subscription_test.go @@ -17,19 +17,19 @@ package rpc import ( + "bytes" "context" "encoding/json" "fmt" + "io" "math/big" "net" "strings" "testing" "time" - "bytes" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "io" ) func TestNewID(t *testing.T) {