From dc9ba396ac11aa961c9d3c7c8dc3ccf0db341a45 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Fri, 21 Feb 2025 11:53:21 -0800 Subject: [PATCH] fix lint --- deployment/ccip/changeset/v1_6/cs_home_chain_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment/ccip/changeset/v1_6/cs_home_chain_test.go b/deployment/ccip/changeset/v1_6/cs_home_chain_test.go index 79ea10edde6..cbcccb52d86 100644 --- a/deployment/ccip/changeset/v1_6/cs_home_chain_test.go +++ b/deployment/ccip/changeset/v1_6/cs_home_chain_test.go @@ -4,10 +4,11 @@ import ( "testing" "github.com/ethereum/go-ethereum/common" - "github.com/smartcontractkit/chainlink-integrations/evm/utils" "github.com/stretchr/testify/require" "go.uber.org/zap/zapcore" + "github.com/smartcontractkit/chainlink-integrations/evm/utils" + "github.com/smartcontractkit/chainlink/deployment" "github.com/smartcontractkit/chainlink/deployment/ccip/changeset" "github.com/smartcontractkit/chainlink/deployment/ccip/changeset/testhelpers"