fix: add missing imports and remove unused imports

This commit is contained in:
Krypto Kajun
2025-11-08 12:18:54 -06:00
parent 5d0ac262e3
commit 40659c1ae5
2 changed files with 1 additions and 2 deletions

View File

@@ -8,8 +8,6 @@ import (
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/fraktal/mev-beta/internal/logger"
) )
func TestExecutionModes(t *testing.T) { func TestExecutionModes(t *testing.T) {

View File

@@ -5,6 +5,7 @@ import (
"testing" "testing"
"time" "time"
"github.com/ethereum/go-ethereum/common"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/fraktal/mev-beta/internal/logger" "github.com/fraktal/mev-beta/internal/logger"