Skip to content

Commit

Permalink
Update errors import
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikbratashchuk committed Apr 18, 2024
1 parent 83875a8 commit 069c7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/wordle.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,11 @@ which we will go over in a bit:
package keeper

import (
"errors"
"context"
"crypto/sha256"
"encoding/hex"
"wordle/x/wordle/types"
"cosmossdk.io/errors"
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"time"
Expand Down Expand Up @@ -410,11 +410,11 @@ explain in a bit:
package keeper

import (
"errors"
"context"
"crypto/sha256"
"encoding/hex"
"wordle/x/wordle/types"
"cosmossdk.io/errors"
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"strconv"
Expand Down

0 comments on commit 069c7ff

Please sign in to comment.