Skip to content

Commit

Permalink
fix: lint (imports)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsuryansh committed Nov 22, 2024
1 parent 3d969d6 commit e2182dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/smoke/ccip/ccip_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package smoke

import (
"github.com/smartcontractkit/chainlink/v2/core/chains/evm/utils"
"math/big"
"testing"

Expand All @@ -14,6 +13,7 @@ import (

"github.com/smartcontractkit/chainlink/deployment/ccip/changeset"
"github.com/smartcontractkit/chainlink/integration-tests/testsetups"
"github.com/smartcontractkit/chainlink/v2/core/chains/evm/utils"
"github.com/smartcontractkit/chainlink/v2/core/gethwrappers/ccip/generated/router"
"github.com/smartcontractkit/chainlink/v2/core/gethwrappers/shared/generated/burn_mint_erc677"
"github.com/smartcontractkit/chainlink/v2/core/logger"
Expand Down

0 comments on commit e2182dd

Please sign in to comment.