From bf2953bc053fdc54d4e81cd648e2f79239972622 Mon Sep 17 00:00:00 2001 From: Youhei Sakurai Date: Tue, 7 Nov 2023 00:38:45 +0900 Subject: [PATCH] Fix build failure --- esrally/metrics.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/esrally/metrics.py b/esrally/metrics.py index 2376c1fc1..1f5eb2f43 100644 --- a/esrally/metrics.py +++ b/esrally/metrics.py @@ -26,14 +26,13 @@ import random import statistics import sys -import time import uuid import zlib from enum import Enum, IntEnum import tabulate -from esrally import client, config, exceptions, paths, version +from esrally import client, config, exceptions, paths, time, version from esrally.utils import console, convert, io, versions