From 94a2d39cb85943243484c46ddb59e89e66ec6734 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Wed, 26 Feb 2025 01:37:16 +0100 Subject: [PATCH] cleanup unused import --- wasm/templates/wasm/files/app/wasm.go.plush | 1 - 1 file changed, 1 deletion(-) diff --git a/wasm/templates/wasm/files/app/wasm.go.plush b/wasm/templates/wasm/files/app/wasm.go.plush index c8bf19f..5525833 100644 --- a/wasm/templates/wasm/files/app/wasm.go.plush +++ b/wasm/templates/wasm/files/app/wasm.go.plush @@ -2,7 +2,6 @@ package app import ( "fmt" - "strings" storetypes "cosmossdk.io/store/types" "github.com/CosmWasm/wasmd/x/wasm"