From caac73736b065403385d1c205b09a6d3707990a0 Mon Sep 17 00:00:00 2001 From: hacheigriega Date: Mon, 9 Sep 2024 18:57:36 -0400 Subject: [PATCH] fix: fixing import disappearance due to linting --- x/tally/types/filters.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x/tally/types/filters.go b/x/tally/types/filters.go index 3386fa8a..db922ee4 100644 --- a/x/tally/types/filters.go +++ b/x/tally/types/filters.go @@ -4,6 +4,8 @@ import ( "bytes" "encoding/binary" + "slices" + "golang.org/x/exp/constraints" )