Skip to content

Commit

Permalink
chore(collections): fix import lint error by make lint-fix (#21875)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilasxie authored Sep 24, 2024
1 parent 1b8cfd5 commit e6b1bbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions collections/collections.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import (
"io"
"math"

"cosmossdk.io/schema"

"cosmossdk.io/collections/codec"
"cosmossdk.io/schema"
)

var (
Expand Down
3 changes: 1 addition & 2 deletions collections/pair.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import (
"fmt"
"strings"

"cosmossdk.io/schema"

"cosmossdk.io/collections/codec"
"cosmossdk.io/schema"
)

// Pair defines a key composed of two keys.
Expand Down
3 changes: 1 addition & 2 deletions collections/quad.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import (
"fmt"
"strings"

"cosmossdk.io/schema"

"cosmossdk.io/collections/codec"
"cosmossdk.io/schema"
)

// Quad defines a multipart key composed of four keys.
Expand Down
3 changes: 1 addition & 2 deletions collections/triple.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import (
"fmt"
"strings"

"cosmossdk.io/schema"

"cosmossdk.io/collections/codec"
"cosmossdk.io/schema"
)

// Triple defines a multipart key composed of three keys.
Expand Down

0 comments on commit e6b1bbc

Please sign in to comment.