Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
miararoy committed Nov 6, 2024
1 parent 590d191 commit 8fc9653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/system/llm/test_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ def openai_llm(request):
)
elif llm_class == AnyscaleLLM:
pytest.skip(
"Anyscale is not supported Anymore as Anyscale removed LLM as-a-service support"
"Anyscale is not supported Anymore as "+
"Anyscale removed LLM as-a-service support"
)
elif llm_class == OctoAILLM:
if os.getenv("OCTOAI_API_KEY") is None:
Expand Down

0 comments on commit 8fc9653

Please sign in to comment.