Skip to content

Commit

Permalink
chore: fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Jul 28, 2024
1 parent 313e105 commit 4a1f2c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/fetchers/inflation.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package fetchers

import (
"context"
"cosmossdk.io/math"
"main/pkg/config"
"main/pkg/constants"
"main/pkg/tendermint"
"main/pkg/types"
"sync"

"cosmossdk.io/math"

"github.com/rs/zerolog"
"go.opentelemetry.io/otel/trace"
)
Expand Down
3 changes: 2 additions & 1 deletion pkg/generators/inflation_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package generators

import (
"cosmossdk.io/math"
"main/pkg/constants"
"main/pkg/fetchers"
statePkg "main/pkg/state"
"testing"

"cosmossdk.io/math"

"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/testutil"

Expand Down

0 comments on commit 4a1f2c4

Please sign in to comment.