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 8fc9653 commit 70b435d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/llm/test_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def openai_llm(request):
)
elif llm_class == AnyscaleLLM:
pytest.skip(
"Anyscale is not supported Anymore as "+
"Anyscale is not supported Anymore as " +
"Anyscale removed LLM as-a-service support"
)
elif llm_class == OctoAILLM:
Expand Down

0 comments on commit 70b435d

Please sign in to comment.