From 7bed4b2620b34fb8a89ab1591cbcce7ceb0e69dc Mon Sep 17 00:00:00 2001 From: PrathyushaLakkireddy Date: Tue, 10 Dec 2024 22:59:15 +0530 Subject: [PATCH] fix lint --- modules/light-clients/06-solomachine/proof_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/light-clients/06-solomachine/proof_test.go b/modules/light-clients/06-solomachine/proof_test.go index 916805a053f..2ea59c12c75 100644 --- a/modules/light-clients/06-solomachine/proof_test.go +++ b/modules/light-clients/06-solomachine/proof_test.go @@ -1,11 +1,11 @@ package solomachine_test import ( + "errors" + cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" "github.com/cosmos/cosmos-sdk/types/tx/signing" - "errors" - solomachine "github.com/cosmos/ibc-go/v9/modules/light-clients/06-solomachine" )