From 8fa576c28a15e7e4e8a17b30c2018101cfe080c4 Mon Sep 17 00:00:00 2001 From: Mateusz Sekara Date: Wed, 23 Oct 2024 16:42:20 +0200 Subject: [PATCH] Fixing linter in different places --- core/services/relay/evm/functions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/services/relay/evm/functions.go b/core/services/relay/evm/functions.go index b61baec189f..74a133edd17 100644 --- a/core/services/relay/evm/functions.go +++ b/core/services/relay/evm/functions.go @@ -8,9 +8,9 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" - commonlogger "github.com/smartcontractkit/chainlink-common/pkg/logger" ocrtypes "github.com/smartcontractkit/libocr/offchainreporting2plus/types" + commonlogger "github.com/smartcontractkit/chainlink-common/pkg/logger" "github.com/smartcontractkit/chainlink-common/pkg/services" commontypes "github.com/smartcontractkit/chainlink-common/pkg/types"