From 61ef62900610415f7681fb44c17d74796c2f2d0a Mon Sep 17 00:00:00 2001 From: Pino' Surace Date: Tue, 5 Sep 2023 11:56:46 +0200 Subject: [PATCH] Fix import --- x/wasm/keeper/options_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/x/wasm/keeper/options_test.go b/x/wasm/keeper/options_test.go index b756c56ce2..aedcc9396c 100644 --- a/x/wasm/keeper/options_test.go +++ b/x/wasm/keeper/options_test.go @@ -4,8 +4,6 @@ import ( "reflect" "testing" - "github.com/prometheus/client_golang/prometheus" - wasmvm "github.com/CosmWasm/wasmvm" "github.com/prometheus/client_golang/prometheus" "github.com/stretchr/testify/assert"