Skip to content

Commit

Permalink
fix: fixing import disappearance due to linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Oct 1, 2024
1 parent 62f54a3 commit 1ddf2ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/tally/types/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import (
"encoding/binary"
"slices"

Check failure on line 6 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / linux-arm64

other declaration of slices

Check failure on line 6 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / linux-amd64

other declaration of slices

Check failure on line 6 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / darwin-arm64

other declaration of slices

Check failure on line 6 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / darwin-amd64

other declaration of slices

Check failure on line 6 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / unit-tests

other declaration of slices

Check failure on line 6 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / golangci

other declaration of slices

Check failure on line 6 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / golangci

other declaration of slices

"slices"

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / linux-arm64

slices redeclared in this block

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / linux-arm64

"slices" imported and not used

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / linux-amd64

slices redeclared in this block

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / linux-amd64

"slices" imported and not used

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / darwin-arm64

slices redeclared in this block

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / darwin-arm64

"slices" imported and not used

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / darwin-amd64

slices redeclared in this block

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / darwin-amd64

"slices" imported and not used

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / unit-tests

slices redeclared in this block

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / unit-tests

"slices" imported and not used

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / golangci

slices redeclared in this block

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / golangci

"slices" imported and not used (typecheck)

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / golangci

slices redeclared in this block

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / golangci

"slices" imported and not used) (typecheck)

Check failure on line 8 in x/tally/types/filters.go

View workflow job for this annotation

GitHub Actions / golangci

slices redeclared in this block

"golang.org/x/exp/constraints"
)

Expand Down

0 comments on commit 1ddf2ec

Please sign in to comment.