Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
inqueue committed Oct 22, 2024
1 parent 4d8d857 commit 96bee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esrally/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

import time
from datetime import datetime, timezone, timedelta
from datetime import datetime, timedelta, timezone


def to_epoch_millis(t):
Expand Down

0 comments on commit 96bee08

Please sign in to comment.