Skip to content

Commit

Permalink
Remove unused import "sort"
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-hov committed May 16, 2024
1 parent 40651fd commit fb4431b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/gno.land/r/demo/postit/trending.gno
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package postit

import (
"sort"
)

type Trending struct {
Tag string
Count uint64
Expand Down

0 comments on commit fb4431b

Please sign in to comment.