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 Feb 26, 2025
1 parent eb8c381 commit 3dcd91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cores/mega/test_service_orchestrator_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async def test_schedule(self):
correct = {
"megaservice_request_latency_count": 1,
"megaservice_first_token_latency_count": 1,
"megaservice_inter_token_latency_count": all_tokens-1,
"megaservice_inter_token_latency_count": all_tokens - 1,
}
for name, value in correct.items():
self.assertTrue(name in metrics)
Expand Down

0 comments on commit 3dcd91a

Please sign in to comment.