Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 4, 2024
1 parent 05163a2 commit 89d5201
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/integration/relay_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package integration

import (
"crypto/sha256"
"encoding/hex"
"encoding/json"
"errors"
"fmt"
Expand All @@ -21,9 +23,6 @@ import (

sdk "github.com/cosmos/cosmos-sdk/types"

"crypto/sha256"
"encoding/hex"

"github.com/CosmWasm/wasmd/app"
wasmibctesting "github.com/CosmWasm/wasmd/tests/ibctesting"
wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
Expand Down

0 comments on commit 89d5201

Please sign in to comment.