From 93e80c4663eff751aff75697042c077fbf85e964 Mon Sep 17 00:00:00 2001 From: Harish Marri Date: Fri, 22 Sep 2023 22:01:33 +0530 Subject: [PATCH] lint --- x/streampay/exported/stream_payment.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x/streampay/exported/stream_payment.go b/x/streampay/exported/stream_payment.go index 60bbfc7..1429dd8 100644 --- a/x/streampay/exported/stream_payment.go +++ b/x/streampay/exported/stream_payment.go @@ -1,9 +1,10 @@ package exported import ( - paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" "time" + paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" + sdk "github.com/cosmos/cosmos-sdk/types" )