Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurai-youhei committed Nov 6, 2023
1 parent 9e57183 commit bf2953b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esrally/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit bf2953b

Please sign in to comment.