app/vmctl/testdata: fix tests broken after updating Prometheus dependencies in the commit 7c40b95224

This is a follow-up for 765ce1b181

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7700
This commit is contained in:
Aliaksandr Valialkin 2024-11-29 22:05:43 +01:00
parent 45e87c0cc6
commit 70e368741d
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -18,7 +18,6 @@ import (
"github.com/prometheus/prometheus/config"
"github.com/prometheus/prometheus/prompb"
"github.com/prometheus/prometheus/storage/remote"
"github.com/prometheus/prometheus/tsdb/chunkenc"
)