Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 17, 2024
1 parent 84a20dc commit c3c5791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evals/benchmark/stresscli/locust/aistress.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def on_reqcount(msg, **kwargs):


def on_quit(environment, msg, **kwargs):
logging.debug(f"Test quitting, set stop_timeout to 0...")
logging.debug("Test quitting, set stop_timeout to 0...")
environment.runner.environment.stop_timeout = 0


Expand Down

0 comments on commit c3c5791

Please sign in to comment.