From fb2ebe1c3d615a7e2926b8fadf515853a59fdc7c Mon Sep 17 00:00:00 2001 From: Carrie Edwards Date: Mon, 8 Jul 2024 10:34:31 -0700 Subject: [PATCH] Fix linting Signed-off-by: Carrie Edwards --- tsdb/ooo_head.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsdb/ooo_head.go b/tsdb/ooo_head.go index d90163a18..b2556d62e 100644 --- a/tsdb/ooo_head.go +++ b/tsdb/ooo_head.go @@ -15,9 +15,10 @@ package tsdb import ( "fmt" - "github.com/prometheus/prometheus/tsdb/chunkenc" "sort" + "github.com/prometheus/prometheus/tsdb/chunkenc" + "github.com/oklog/ulid" "github.com/prometheus/prometheus/tsdb/chunks"