From f5924f381acc53042ea163e47e4f0c52e7e9b216 Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Thu, 29 Feb 2024 09:28:46 -0600 Subject: [PATCH] Fix import order --- server/relay_entry_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/relay_entry_test.go b/server/relay_entry_test.go index b2230b18..85754062 100644 --- a/server/relay_entry_test.go +++ b/server/relay_entry_test.go @@ -4,9 +4,8 @@ import ( "fmt" "testing" - "github.com/flashbots/go-boost-utils/utils" - "github.com/flashbots/go-boost-utils/types" + "github.com/flashbots/go-boost-utils/utils" "github.com/stretchr/testify/require" )