Skip to content

Commit

Permalink
Newline at EOF.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljin committed Jan 30, 2024
1 parent 2479966 commit 0581f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ def fake_logging():
print(completion_id)
llm.log_end(completion_id=completion_id, response=mock_resp, duration=5)

await asyncio.gather(*[loop.run_in_executor(None, fake_logging) for _ in range(simultaneous_calls)])
await asyncio.gather(*[loop.run_in_executor(None, fake_logging) for _ in range(simultaneous_calls)])

0 comments on commit 0581f0e

Please sign in to comment.