style: Format test_exceptions.py with linter

This commit is contained in:
Paul Gauthier (aider) 2025-03-27 06:58:46 -10:00
parent 61705ce7fc
commit fd180ebff5

View file

@ -74,7 +74,7 @@ def test_openrouter_error():
openrouter_error = APIConnectionError(
message="APIConnectionError: OpenrouterException - 'choices'",
model="openrouter/model",
llm_provider="openrouter"
llm_provider="openrouter",
)
ex_info = ex.get_ex_info(openrouter_error)